chore: add missing define

This commit is contained in:
Stephen Zhou 2024-10-08 16:09:48 +08:00
parent 9a09545f97
commit 1c8cb2ff5e
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ export default defineConfig({
"~": resolve("./apps/main/src"),
},
},
define: {
ELECTRON: "true",
},
},
preload: {
build: {