Update electrobun.config.ts to enable exit on last window closed
All checks were successful
farmcontrol/farmcontrol-server/pipeline/head This commit looks good

- Changed the runtime configuration to set exitOnLastWindowClosed to true, ensuring the application exits when the last window is closed.
This commit is contained in:
Tom Butcher 2026-08-01 22:39:11 +01:00
parent cf0643b7dd
commit 3aec10c87f

View File

@ -29,7 +29,7 @@ export default {
urlSchemes: ["farmcontrolserver"], urlSchemes: ["farmcontrolserver"],
}, },
runtime: { runtime: {
exitOnLastWindowClosed: false, exitOnLastWindowClosed: true,
}, },
build: { build: {
buildFolder: "build", buildFolder: "build",