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:
+1
-1
@@ -13,4 +13,4 @@ COPY packages/shared/ ./packages/shared/
|
||||
|
||||
ENV NODE_ENV=production
|
||||
|
||||
CMD ["node", "worker/index.js"]
|
||||
CMD ["npx", "tsx", "worker/index.ts"]
|
||||
|
||||
Reference in New Issue
Block a user