feat: add debug flag to preview script in package.json
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"start": "npm run dev",
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"preview": "vite preview --debug",
|
||||
"test": "vitest run",
|
||||
"test.watch": "vitest watch",
|
||||
"test.coverage": "vitest run --coverage",
|
||||
|
||||
Reference in New Issue
Block a user