v2.1.0: use vite-electron-plugin instead vite-plugin-electron

This commit is contained in:
草鞋没号
2022-10-03 09:16:14 +08:00
parent a15028ad68
commit db2e830dfd
9 changed files with 57 additions and 69 deletions

3
.vscode/launch.json vendored
View File

@@ -32,7 +32,8 @@
"--remote-debugging-port=9229",
"."
],
"envFile": "${workspaceFolder}/.vscode/.debug.env"
"envFile": "${workspaceFolder}/.vscode/.debug.env",
"console": "integratedTerminal"
},
{
"name": "Debug Renderer Process",