Use Vite #10

Merged
hamcha merged 6 commits from vite into master 2022-05-10 14:28:00 +00:00
Showing only changes of commit 5558ca679c - Show all commits

View file

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