feat(frontend): Switch from localhost to private IP

This commit is contained in:
2025-05-01 17:33:37 +02:00
parent aee88ad261
commit 68fb998dac
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --port 3001",
"dev": "nuxt dev --port 3001 --host",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare && pnpm run fix:bettersqlite",