Scope: all 17 workspace projects Lockfile is up to date, resolution step is skipped Progress: resolved 1, reused 0, downloaded 0, added 0 Packages: +221 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Progress: resolved 221, reused 219, downloaded 2, added 221, done devDependencies: + @electric-sql/pglite 0.5.5 + @eslint/js 10.0.1 + @platform-modules/db 0.3.0 + @types/node 22.20.1 + dependency-cruiser 18.2.0 + drizzle-kit 0.31.10 + drizzle-orm 0.45.2 + eslint 10.8.1 + prettier 3.9.6 + tsx 4.23.12 + typescript 5.9.3 + typescript-eslint 8.67.0 + vitest 3.2.6 Done in 1.5s > @awp/control-plane@0.0.0 typecheck /home/user/runs/run-20260821T092432Z-yr1tar/repo/apps/control-plane > tsc -p tsconfig.json --noEmit src/app.ts(13,8): error TS2307: Cannot find module '@awp/contracts' or its corresponding type declarations. src/app.ts(14,41): error TS2307: Cannot find module '@awp/application' or its corresponding type declarations. src/app.ts(15,62): error TS2307: Cannot find module '@awp/domain' or its corresponding type declarations. src/app.ts(162,24): error TS2339: Property 'cycle' does not exist on type 'Error | HTTPResponseError'. Property 'cycle' does not exist on type 'Error'. src/index.ts(1,33): error TS2307: Cannot find module '@awp/application' or its corresponding type declarations. src/index.ts(2,32): error TS2307: Cannot find module '@awp/contracts' or its corresponding type declarations. src/index.ts(3,30): error TS2307: Cannot find module '@awp/domain' or its corresponding type declarations. src/server.ts(4,66): error TS2307: Cannot find module '@awp/application' or its corresponding type declarations. src/server.ts(5,44): error TS2307: Cannot find module '@awp/contracts' or its corresponding type declarations. src/server.ts(6,61): error TS2307: Cannot find module '@awp/persistence' or its corresponding type declarations. /home/user/runs/run-20260821T092432Z-yr1tar/repo/apps/control-plane:  ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL  @awp/control-plane@0.0.0 typecheck: `tsc -p tsconfig.json --noEmit` Exit status 2 [run-remote] finished rc=2