rohitv-dev
Results
2
comments of
rohitv-dev
I encountered a similar issue but it's not nested in my case. It happened because I had one of the zod imports as `zod` and another as `zod/v4`. Not a...
@nahtnam, in my case adding a `nixpacks.toml` file in my root directory with this helped ``` [start] cmd = "pnpm start" ``` Assuming you are using pnpm and the default...