mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-03-14 12:50:10 +08:00
Merge branch 'main' of github.com:caoxiemeihao/electron-vue-vite into main
This commit is contained in:
commit
df13b52039
9
.vscode/launch.json
vendored
9
.vscode/launch.json
vendored
@ -40,7 +40,14 @@
|
|||||||
"port": 9229,
|
"port": 9229,
|
||||||
"request": "attach",
|
"request": "attach",
|
||||||
"type": "pwa-chrome",
|
"type": "pwa-chrome",
|
||||||
"timeout": 60000
|
"timeout": 60000,
|
||||||
|
"skipFiles": [
|
||||||
|
"<node_internals>/**",
|
||||||
|
"${workspaceRoot}/node_modules/**",
|
||||||
|
"${workspaceRoot}/dist-electron/**",
|
||||||
|
// Skip files in host(VITE_DEV_SERVER_URL)
|
||||||
|
"http://127.0.0.1:3344/**"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user