feat: improvement to template

This commit is contained in:
xhayper
2022-12-22 00:58:54 +07:00
parent 67bbe33498
commit bafa8ae8ae
23 changed files with 189 additions and 120 deletions

4
.vscode/launch.json vendored
View File

@@ -22,7 +22,7 @@
"configurations": [
{
"name": "Debug Main Process",
"type": "pwa-node",
"type": "node",
"request": "launch",
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/electron",
"windows": {
@@ -39,7 +39,7 @@
"name": "Debug Renderer Process",
"port": 9229,
"request": "attach",
"type": "pwa-chrome",
"type": "chrome",
"timeout": 60000,
"skipFiles": [
"<node_internals>/**",