prisma-generator-sqlalchemy
v1.0.22
Published
Provide a description about your generator
Downloads
3,756
Readme
Linking to your frontend for local development
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