Spaces:
Build error
Build error
Update package.json
Browse files- package.json +2 -1
package.json
CHANGED
|
@@ -4,10 +4,11 @@
|
|
| 4 |
"version": "0.0.0",
|
| 5 |
"type": "module",
|
| 6 |
"scripts": {
|
| 7 |
-
"dev": "vite",
|
| 8 |
"build": "vite build",
|
| 9 |
"build:dev": "vite build --mode development",
|
| 10 |
"lint": "eslint .",
|
|
|
|
| 11 |
"build:config": "tsc -p tsconfig.build.json"
|
| 12 |
},
|
| 13 |
|
|
|
|
| 4 |
"version": "0.0.0",
|
| 5 |
"type": "module",
|
| 6 |
"scripts": {
|
| 7 |
+
"dev": "vite --config /tmp/vite-config/vite.config.js",
|
| 8 |
"build": "vite build",
|
| 9 |
"build:dev": "vite build --mode development",
|
| 10 |
"lint": "eslint .",
|
| 11 |
+
"preview": "vite preview",
|
| 12 |
"build:config": "tsc -p tsconfig.build.json"
|
| 13 |
},
|
| 14 |
|