refactor(gui): webpack -> vite (#307)

This commit is contained in:
TheDevMinerTV
2022-11-25 16:05:36 +01:00
committed by GitHub
parent 49994286fc
commit e88357fb40
36 changed files with 1546 additions and 44881 deletions

6
.prettierrc Normal file
View File

@@ -0,0 +1,6 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": true
}