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 11fdf44 commit 909c6e2Copy full SHA for 909c6e2
apps/api/package.json
@@ -18,7 +18,7 @@
18
"test:unit": "RUN_TEST=unit vitest run",
19
"test:integration": "RUN_TEST=integration vitest run",
20
"test:ui": "vitest --ui",
21
- "start": "npm run build:ts && fastify start -l info dist/app.js",
+ "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",
23
"typecheck": "tsc --noEmit --skipLibCheck --project tsconfig.json",
24
"typecheck:ci": "tsc --skipLibCheck --project tsconfig.dts.json",
0 commit comments