fix: add start script for preview

This commit is contained in:
zv
2026-06-24 15:12:33 +02:00
parent 7fada22a70
commit f4e081f6ef
2 changed files with 7 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"start": "vite preview",
"test": "vitest run"
},
"dependencies": {