1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-11 00:15:24 +02:00

Setup vite for development

This commit is contained in:
hay-kot 2021-08-08 17:01:45 -08:00
parent da425c970e
commit 1981e191be
4 changed files with 744 additions and 26 deletions

View file

@ -42,6 +42,10 @@
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.12.1",
"lint-staged": "^10.5.4",
"nuxt-vite": "^0.1.1",
"prettier": "^2.3.2"
},
"resolutions": {
"vite": "2.3.8"
}
}
}