feat(desktop): 实现生产模式下的内嵌服务器子进程支持

This commit is contained in:
2026-02-07 18:49:41 +08:00
parent 6b12745e50
commit b7a6a793a3
3 changed files with 149 additions and 16 deletions

View File

@@ -10,6 +10,15 @@ export default {
bun: {
entrypoint: 'src/bun/index.ts',
},
copy: {
'../server/.output': 'server-output',
},
mac: {
bundleCEF: true,
},
win: {
bundleCEF: true,
},
linux: {
bundleCEF: true,
},