update new config to can dev as web and application desktop at same time

This commit is contained in:
Kenta420 2024-01-14 22:02:03 +07:00
parent 4032baa8ab
commit edcccaaab9
10 changed files with 6831 additions and 63 deletions

View file

@ -6,5 +6,8 @@
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}
"include": [
"vite.config.electron.ts",
"vite.config.web.ts"
]
}