Fix vite start command and rename deploy script

This commit is contained in:
2026-03-12 19:59:11 +02:00
parent 6eee3ff587
commit 1dffb294ff
3 changed files with 12 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"start": "vite preview",
"start": "vite preview --host 127.0.0.1 --port 4173",
"test": "vitest run",
"test:watch": "vitest",
"lint": "biome lint src",