chore(nuxt): change dev mode host to 0.0.0.0

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2024-11-12 16:49:37 -05:00
parent c3c4ac719b
commit 7a3243be9d
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

View File

@ -4,7 +4,7 @@
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host 127.0.0.1",
"dev": "nuxt dev --host 0.0.0.0",
"generate": "nuxt generate",
"postinstall": "nuxt prepare",
"preview": "nuxt preview",