Skip to content

Commit

Permalink
node env production for server:prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogge committed Apr 4, 2024
1 parent 0471941 commit 384429e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presenter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"build": "vite build && npm run server:build",
"server": "node --loader ts-node/esm ./server/index.ts",
"server:dev": "npm run server",
"server:prod": "node ./build/index.cjs",
"server:prod": "cross-env NODE_ENV=production node ./build/index.cjs",
"server:prod:ts": "cross-env NODE_ENV=production npm run server",
"server:build": "tsx scripts/buildServer/buildServer",
"storybook": "storybook dev -p 6006",
Expand Down

0 comments on commit 384429e

Please sign in to comment.