Skip to content

Commit cb4f1b4

Browse files
committed
fix: 更新devtools安装器
1 parent 6baaa7c commit cb4f1b4

File tree

5 files changed

+377
-249
lines changed

5 files changed

+377
-249
lines changed

.electron-vite/dev-runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { electronLog, getArgv, logStats, removeJunk } from './utils'
1616
const { target = 'client', controlledRestart = false } = getArgv()
1717

1818
const mainOpt = rollupOptions(process.env.NODE_ENV, 'main')
19-
const preloadOpt = rollupOptions(process.env.NODE_ENV, 'preload')
19+
// const preloadOpt = rollupOptions(process.env.NODE_ENV, 'preload')
2020

2121
let electronProcess: ChildProcess | null = null
2222
let manualRestart = false

.vscode/settings.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,5 @@
3030
"*.env": "env",
3131
"*.env.*": "env"
3232
},
33-
"i18n-ally.localesPaths": [
34-
"src/renderer/i18n",
35-
"src/renderer/i18n/languages"
36-
]
33+
"i18n-ally.localesPaths": ["src/renderer/i18n", "src/renderer/i18n/languages"]
3734
}

0 commit comments

Comments
 (0)