Update script to start app

This commit is contained in:
Adw8 2025-01-31 14:05:57 +05:30
parent 36f298ff96
commit c927ae0d6f

View File

@ -5,7 +5,7 @@
"scripts": {
"dev": "ts-node --project tsconfig.server.json server.ts",
"build": "next build && tsc --project tsconfig.server.json",
"start": "NODE_ENV=production node dist/server.js",
"start": "tsc --project tsconfig.server.json && NODE_ENV=production PORT=80 node dist/server.js",
"lint": "next lint"
},
"dependencies": {