Update Apache configuration to include fallback for SPA routes and add start script in package.json for Nuxt server.

This commit is contained in:
Torsten Schulz (local)
2025-10-21 01:05:11 +02:00
parent 87c71b1382
commit f33990cf46
3 changed files with 36 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview --port 3100",
"start": "nuxt start --port 3100",
"postinstall": "nuxt prepare"
},
"dependencies": {