Chapman Cheng

Results 2 comments of Chapman Cheng

I want to express that I want this feature as well I'm using serverless-compose.yml and monorepo architecture, and I think it's logical some env should be shared across services right...

had similar issue, where my code is ```ts const schema = z.object({ bool: z.boolean().default(false) }); type Schema = z.infer; // { bool: boolean } ``` but zod resolver is changing...