This commit is contained in:
tamaina 2022-04-23 01:50:20 +09:00
parent 5b4d75c2b4
commit f5f8843022
10 changed files with 30 additions and 40 deletions

View file

@ -1,8 +1,8 @@
{
"private": true,
"scripts": {
"watch": "vite build --emptyOutDir --watch",
"build": "vite build --emptyOutDir",
"watch": "vite build --watch",
"build": "vite build",
"lint": "eslint --quiet 'src/**/*.{ts,vue}'"
},
"resolutions": {