Skip to content

Commit

Permalink
Fix: Fix host
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Aug 29, 2024
1 parent 64de3b6 commit 4533e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"format": "biome check --write app components lib styles",
"typecheck": "tsc --noEmit",
"build": "remix vite:build",
"start": "dotenv -- cross-env PORT=3100 NODE_ENV=production remix-serve build/server/index.js"
"start": "dotenv -- cross-env HOST=0.0.0.0 PORT=3100 NODE_ENV=production remix-serve build/server/index.js"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 4533e42

Please sign in to comment.