This commit is contained in:
[Valentino Heman Budiarto] 2026-06-02 19:04:52 +07:00
parent e808f77248
commit 8164d7c1db

View File

@ -5,7 +5,7 @@
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start -H 0.0.0.0 -p 3000",
"lint": "eslint" "lint": "eslint"
}, },
"dependencies": { "dependencies": {