Skip to content

Commit

Permalink
LF-4722 Fix start:prod path to match container structure
Browse files Browse the repository at this point in the history
  • Loading branch information
kathyavini committed Feb 6, 2025
1 parent 225b2f6 commit 4e1bbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test-end2end": "jest endToEnd",
"jest-w": "jest --watch",
"start": "set NODE_ENV=development&& node --import @swc-node/register/esm-register src/server.ts",
"start:prod": "node dist/api/src/server.js",
"start:prod": "node dist/app/src/server.js",
"build": "rimraf dist && tsc -p src/tsconfig.json",
"dev": "set NODE_ENV=development && node --watch --import @swc-node/register/esm-register src/server.ts",
"debug-email-template": "DEBUG=email-templates npm run dev",
Expand Down

0 comments on commit 4e1bbc7

Please # to comment.