Skip to content

Commit

Permalink
Change host to 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed Mar 30, 2024
1 parent 6f4a6b6 commit 40b2d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@lunary/frontend",
"main": "pages/index.ts",
"scripts": {
"start": "npm run load-env && next start -p 8080",
"start": "npm run load-env && next start -H 0.0.0.0 -p 8080",
"dev": "next dev -p 8080",
"build": "rm -rf .next && next build",
"load-env": "bash ./load-env.sh"
Expand Down

0 comments on commit 40b2d97

Please sign in to comment.