Merge branch 'main' of github.com:caoxiemeihao/vite-react-electron into main
This commit is contained in:
commit
055b3eca39
|
@ -41,7 +41,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:7777/**"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue