feat: add inspector node debug support

This commit is contained in:
oceanlvr
2022-02-14 17:48:27 +08:00
parent f0424cbc4c
commit 9c902494a1
6 changed files with 68 additions and 18 deletions

View File

@@ -25,6 +25,7 @@ export default defineConfig({
base: './',
build: {
emptyOutDir: true,
sourcemap: true,
outDir: '../../dist/renderer',
},
server: {