ruv commited on
Commit
2fd6bc5
·
verified ·
1 Parent(s): 9fe417f

Update package.json

Browse files
Files changed (1) hide show
  1. 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",