sv.js add as start script
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"dev:debug": "cross-env NODE_OPTIONS='--inspect' next dev --turbopack --port 1976",
|
||||
"build": "next build",
|
||||
"start:loc": "next start --port 1976",
|
||||
"start": "next start --hostname 127.1.4.78",
|
||||
"start": "NODE_ENV=production node sv.js",
|
||||
"lint": "next lint",
|
||||
"tsql": "prisma generate --sql",
|
||||
"tsql:w": "prisma generate --sql --watch"
|
||||
|
||||
Reference in New Issue
Block a user