Skip to content

Commit 909c6e2

Browse files
Update package.json
1 parent 11fdf44 commit 909c6e2

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
@@ -18,7 +18,7 @@
1818
"test:unit": "RUN_TEST=unit vitest run",
1919
"test:integration": "RUN_TEST=integration vitest run",
2020
"test:ui": "vitest --ui",
21-
"start": "npm run build:ts && fastify start -l info dist/app.js",
21+
"start": "npm run build:ts && fastify start --address='0.0.0.0' -l info dist/app.js",
2222
"start:railway": "fastify start -l info dist/app.js",
2323
"typecheck": "tsc --noEmit --skipLibCheck --project tsconfig.json",
2424
"typecheck:ci": "tsc --skipLibCheck --project tsconfig.dts.json",

0 commit comments

Comments
 (0)