Fix vite start command and rename deploy script
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user