why is vite so gay sometimes

This commit is contained in:
WovenCoast 2023-04-08 10:48:43 +05:00
parent 5fefab7bf3
commit d675485921
2 changed files with 1 additions and 4 deletions

1
package-lock.json generated
View File

@ -1,5 +1,4 @@
{ {
"name": "myapp", "name": "myapp",
"version": "0.0.1", "version": "0.0.1",
"lockfileVersion": 2, "lockfileVersion": 2,

View File

@ -3,7 +3,7 @@
"version": "0.0.1", "version": "0.0.1",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vite dev", "dev": "vite dev --host",
"build": "vite build", "build": "vite build",
"preview": "vite preview", "preview": "vite preview",
"test": "playwright test", "test": "playwright test",
@ -34,5 +34,3 @@
"react-icons": "^4.8.0" "react-icons": "^4.8.0"
} }
} }