mirror of
https://github.com/biersoeckli/QuickStack.git
synced 2026-05-19 08:18:30 -05:00
fixed terminal stuff
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"dev-live": "tsc src/server.ts",
|
||||
"dev-live": "tsc --project tsconfig.server.json && node dist/server.js",
|
||||
"build": "next build && tsc --project tsconfig.server.json",
|
||||
"start": "next start",
|
||||
"start-prod": "cross-env NODE_ENV=production node dist/server.js",
|
||||
|
||||
Reference in New Issue
Block a user