Use Vite #10

Merged
hamcha merged 6 commits from vite into master 2022-05-10 14:28:00 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 5558ca679c - Show all commits

View File

@ -7,7 +7,7 @@
"scripts": {
"start": "vite",
"lint": "eslint src",
"build": "vite build"
"build": "vite build --base=./"
},
"dependencies": {
"@types/node": "^17.0.31",