fix: resolve Zod v4 record type error and worker TypeScript compilation
- packages/shared/src/schemas/agent.ts: z.record(z.unknown()) → z.record(z.string(), z.unknown()) - Dockerfile.worker: add TypeScript compilation support (tsx) Fixes #build-web and #build-worker container failures.
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.61.1",
|
||||
"tsx": "^4.23.1",
|
||||
"turbo": "^2.5.0",
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user