Files
zitadel/packages/zitadel-proto/turbo.json
Max Peintner c46fd01947 fix(packages): cjs, and module resolution fix (#10322)
This PR introduces CJS support for @zitadel/client and @zitadel/proto
from https://github.com/zitadel/zitadel/pull/10290
and fixes a module resolution error of @zitadel/client

---------

Co-authored-by: reluc <relu.cri@gmail.com>
2025-07-25 11:42:48 +00:00

17 lines
248 B
JSON

{
"extends": ["//"],
"tasks": {
"generate": {
"outputs": [
"zitadel/**",
"google/**",
"validate/**",
"protoc-gen-openapiv2/**",
"cjs/**",
"es/**",
"types/**"
]
}
}
}