chore: unsupported npm start removed
Showing
| ... | ... | @@ -3,7 +3,6 @@ |
| "version": "0.0.1", | ||
| "private": true, | ||
| "scripts": { | ||
| "start": "http-server ./build -P http://localhost:8080?", | ||
| "dev": "vite dev --host", | ||
| "build": "vite build", | ||
| "preview": "vite preview", | ||
| ... | ... | @@ -51,4 +50,4 @@ |
| "tippy.js": "^6.3.7", | ||
| "uuid": "^9.0.1" | ||
| } | ||
| } | ||
| } | ||
| \ No newline at end of file |
Please register or sign in to comment