Volst / graphql-authentication

🔑 Makes it easy to do boring authentication stuff with GraphQL (login, password reset, ...)
https://graphql-authentication-demo.now.sh/
ISC License
233 stars 15 forks source link

Don't bundle generated Prisma files on npm #25

Closed SpaceK33z closed 6 years ago

SpaceK33z commented 6 years ago

The generated Prisma files should be put in the example/ folder, not in src/.

This will trim the bundle size and also will prevent weird TypeScript errors.