Skip to content

Commit

Permalink
fix(liveshare): change host
Browse files Browse the repository at this point in the history
  • Loading branch information
veryCrunchy committed Feb 29, 2024
1 parent 33bc7a4 commit 71b5308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"dev": "nuxt dev --host 127.0.0.1",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
Expand Down

0 comments on commit 71b5308

Please sign in to comment.