Skip to content

Commit 83d3875

Browse files
Update package.json
1 parent 909c6e2 commit 83d3875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test:integration": "RUN_TEST=integration vitest run",
2020
"test:ui": "vitest --ui",
2121
"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",
22+
"start:railway": "fastify start --address='0.0.0.0' -l info dist/app.js",
2323
"typecheck": "tsc --noEmit --skipLibCheck --project tsconfig.json",
2424
"typecheck:ci": "tsc --skipLibCheck --project tsconfig.dts.json",
2525
"dev": "NODE_OPTIONS='--enable-source-maps' && tsup --watch --onSuccess \"fastify start --port 3000 --options -d -l info -P dist/app.js\"",

0 commit comments

Comments
 (0)