Provide a description about your generator
In prisma-generator-sqlalchemy/packages/generator, run
```
YARN_IGNORE_PATH=1 yarn link
yarn build
In frontend/, run
``
yarn link /full/path/to/prisma-generator-sqlalchemy/packages/generator
When you make changes to the generator source code, go to prisma-generator-sqlalchemy/packages/generator and run
``
yarn build
Then go to frontend/ and run
```
yarn p:generate