Package Exports
- @augment-vir/node
- @augment-vir/node/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@augment-vir/node) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@augment-vir/node
Prisma flows
- deploy to production
prisma.migration.applyProd
- update dev environment
- apply migrations:
prisma.migration.applyDev- if throws
PrismaMigrationNeededError, prompt user for a new migration name- pass migration name to
prisma.migration.create
- pass migration name to
- if throws
PrismaResetNeededError, reset the database withprisma.database.resetDev
- if throws
- generate client:
prisma.client.isCurrent- if
false, runprisma.client.generate
- if
- apply migrations: