Skip to content

Commit

Permalink
feat(playground): enable localhost ip
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienZ committed Sep 4, 2024
1 parent 3dcad38 commit 4a6f758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "my-module-playground",
"type": "module",
"scripts": {
"dev": "nuxi dev",
"dev": "nuxi dev --host 0.0.0.0",
"build": "nuxi build",
"generate": "nuxi generate"
},
Expand Down

0 comments on commit 4a6f758

Please sign in to comment.