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

@@ -3,6 +3,7 @@
"extends": ["//"],
"tasks": {
"build": {
"dependsOn": ["@furtherverse/server#build"],
"outputs": ["build/**", "artifacts/**"]
}
}