fix(#9): Recreate lock and remove host argument for dev script

This commit is contained in:
2025-11-09 08:08:58 +01:00
parent 586fd5557f
commit 81f9f89d94
2 changed files with 1540 additions and 3488 deletions

View File

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