prisma-generator-sqlalchemy
v1.0.22
Published
Provide a description about your generator
Readme
Linking to your frontend for local development
In prisma-generator-sqlalchemy/packages/generator, run
YARN_IGNORE_PATH=1 yarn link
yarn buildIn frontend/, run
yarn link /full/path/to/prisma-generator-sqlalchemy/packages/generatorWhen you make changes to the generator source code, go to prisma-generator-sqlalchemy/packages/generator and run
yarn buildThen go to frontend/ and run
yarn p:generate