Tambahan Fix Form Di Menu Landing Page & PPID IKM

This commit is contained in:
2025-09-25 16:21:44 +08:00
parent 33fc472472
commit 2a26db6e17
6 changed files with 47 additions and 38 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.1.5",
"private": true,
"scripts": {
"dev": "bun --bun next dev",
"dev": "bun --bun next dev --hostname 0.0.0.0",
"build": "bun --bun next build",
"start": "bun --bun next start"
},