This commit is contained in:
Milo Schwartz
2024-09-29 14:37:26 -04:00
parent 8a009f7fbc
commit 5f768f1855
9 changed files with 32 additions and 52 deletions

View File

@@ -9,7 +9,7 @@
"db:hydrate": "npx tsx scripts/hydrate.ts",
"db:studio": "drizzle-kit studio",
"build": "next build && tsc --project tsconfig.server.json && tsc-alias -p tsconfig.server.json",
"start": "NODE_ENV=production node dist/server/index.js"
"start": "ENVIRONMENT=prod node dist/server/index.js"
},
"dependencies": {
"axios": "1.7.7",