sv.js add as start script

This commit is contained in:
2025-02-07 08:47:19 +02:00
parent c6c34f0453
commit fa272c636c
2 changed files with 22 additions and 1 deletions

View File

@@ -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"