JSPM

  • Created
  • Published
  • Downloads 1819
  • Score
    100M100P100Q124574F
  • License (MIT or CC0 1.0)

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
      • if throws PrismaResetNeededError, reset the database with prisma.database.resetDev
    • generate client: prisma.client.isCurrent
      • if false, run prisma.client.generate