Skip to content

Instantly share code, notes, and snippets.

@maticzav
Last active January 17, 2018 19:14
Show Gist options
  • Save maticzav/ca0d3d6661d3eeeb25dedd1f829f2527 to your computer and use it in GitHub Desktop.
Save maticzav/ca0d3d6661d3eeeb25dedd1f829f2527 to your computer and use it in GitHub Desktop.
// src/index.ts
import { Prisma } from './generated/prisma'
new Prisma({
endpoint: process.env.PRISMA_ENDPOINT,
secret: process.env.PRISMA_SECRET
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment