Fix settings to make replit work

This commit is contained in:
thepaperpilot 2022-08-13 11:42:01 -05:00
parent 1a304ea425
commit 6f8ed688eb
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
run = "npm install; npm run serve"
run = "npm install; npm run dev"
[packager]
language = "nodejs"

View file

@ -8,7 +8,8 @@
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"test": "vitest run",
"testw": "vitest"
"testw": "vitest",
"serve": "vite preview --host"
},
"dependencies": {
"@pixi/app": "^6.4.2",