feat(desktop): move server to utilityProcess (#25962)

Co-authored-by: LukeParkerDev <10430890+Hona@users.noreply.github.com>
This commit is contained in:
Brendan Allan
2026-05-07 13:48:56 +08:00
committed by GitHub
co-authored by LukeParkerDev
parent 9b30ee2db2
commit 54a78c9224
7 changed files with 441 additions and 93 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ export default defineConfig({
},
build: {
rollupOptions: {
input: { index: "src/main/index.ts" },
input: { index: "src/main/index.ts", sidecar: "src/main/sidecar.ts" },
},
externalizeDeps: { include: [nodePtyPkg] },
},