Advisor: Enable frontend code generation for the checktype kind (#100208)

nit: enabling frontend code generation for the `checktype`
This commit is contained in:
Levente Balogh 2025-02-07 10:49:27 +01:00 committed by GitHub
parent d196b789e2
commit 9da423045e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ checktype: {
versions: { versions: {
"v0alpha1": { "v0alpha1": {
codegen: { codegen: {
frontend: false frontend: true
backend: true backend: true
} }
schema: { schema: {