Update package.json
Browse files- package.json +1 -1
package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
"version": "0.0.0",
|
| 4 |
"type": "module",
|
| 5 |
"scripts": {
|
| 6 |
-
"dev": "vite --host",
|
| 7 |
"start": "vite build && vite preview --port 7860",
|
| 8 |
"build": "tsc && vite build",
|
| 9 |
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
|
|
| 3 |
"version": "0.0.0",
|
| 4 |
"type": "module",
|
| 5 |
"scripts": {
|
| 6 |
+
"dev": "vite --port 7860 --host",
|
| 7 |
"start": "vite build && vite preview --port 7860",
|
| 8 |
"build": "tsc && vite build",
|
| 9 |
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|