We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909c6e2 commit 83d3875Copy full SHA for 83d3875
apps/api/package.json
@@ -19,7 +19,7 @@
19
"test:integration": "RUN_TEST=integration vitest run",
20
"test:ui": "vitest --ui",
21
"start": "npm run build:ts && fastify start --address='0.0.0.0' -l info dist/app.js",
22
- "start:railway": "fastify start -l info dist/app.js",
+ "start:railway": "fastify start --address='0.0.0.0' -l info dist/app.js",
23
"typecheck": "tsc --noEmit --skipLibCheck --project tsconfig.json",
24
"typecheck:ci": "tsc --skipLibCheck --project tsconfig.dts.json",
25
"dev": "NODE_OPTIONS='--enable-source-maps' && tsup --watch --onSuccess \"fastify start --port 3000 --options -d -l info -P dist/app.js\"",
0 commit comments