Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly declare runtime dependencies
In pnpm setups, codegen will fail during build because it cannot find its dependencies. Some of the dependencies it relies on at runtime are currently declared under `devDependencies`. This change moves them to `dependencies`.
- Loading branch information