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