With #794 we have a working generator project (ie it produces compilable code, even though the project itself is not complete and has no actual frontend or backend application).
To make sure updates in evolution do not break the generated code, it should be run during CI. Here are the steps to run the generator:
With #794 we have a working generator project (ie it produces compilable code, even though the project itself is not complete and has no actual frontend or backend application).
To make sure updates in evolution do not break the generated code, it should be run during CI. Here are the steps to run the generator:
packages/evolution-generator
directory:cd packages/evolution-generator && poetry install
Now, from the root of the project:
yarn generateSurvey:example
yarn compile
yarn workspace demo_generator run compile:example