0.0.0-dripip • Published 4 years ago
next-prisma-plugin-webpack5 v0.0.0-dripip
NextJS Plugin for Prisma (Very Experimental)
Enables Hot Reloads for the Prisma Client
Install
yarn add -D next-prisma-plugin
Configuration
next.config.js
const withPrismaPlugin = require('next-prisma-plugin')
module.exports = withPrismaPlugin()
TODO
- Windows Support
- Tests
- Automatic page reloads
Contributing
cd next-prisma-plugin
yarn
cd test-app && yarn
cd ..
yarn dev
0.0.0-dripip
4 years ago