Update preview port in package.json and remove obsolete JavaScript files from output

This commit is contained in:
Torsten Schulz (local)
2025-10-21 11:12:38 +02:00
parent 8d4e08ad1c
commit 4dc07b7b25
13 changed files with 378 additions and 378 deletions

View File

@@ -8,7 +8,7 @@
"dev": "nuxt dev --port 3100",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview --port 3100",
"preview": "nuxt preview --port 3200",
"start": "nuxt start --port 3100",
"postinstall": "nuxt prepare"
},