refactor(app): use shared server data (#43017)

This commit is contained in:
Brendan Allan
2026-08-18 08:18:33 +08:00
committed by GitHub
parent 2f8fa6afef
commit e55a91eadd
121 changed files with 1457 additions and 9982 deletions
+4
View File
@@ -80,6 +80,8 @@ jobs:
if: always()
timeout-minutes: 10
working-directory: packages/cli
env:
NODE_OPTIONS: ${{ runner.os == 'Windows' && '--max-old-space-size=4096' || '' }}
run: |
bun run script/build.ts --single --skip-install
bun run script/service-smoke.ts
@@ -94,6 +96,8 @@ jobs:
if: always()
timeout-minutes: 15
working-directory: packages/cli
env:
NODE_OPTIONS: ${{ runner.os == 'Windows' && '--max-old-space-size=4096' || '' }}
run: |
bun run script/build-node.ts --single --skip-install --outdir=dist/node
bun run script/service-smoke.ts --node