Migrate to native Node.js file access and improve UI
This commit is contained in:
@ -8,7 +8,7 @@ const args = process.argv.slice(2)
|
||||
build({
|
||||
bundle: true,
|
||||
define: {},
|
||||
entryPoints: ["./src/electron/index.ts"],
|
||||
entryPoints: ["./src/electron/index.ts", "./src/electron/preload.ts"],
|
||||
outdir: "./dist/main",
|
||||
external: builtinModules.concat("electron"),
|
||||
target: ["chrome90"],
|
||||
|
Reference in New Issue
Block a user