Skip to content

Instantly share code, notes, and snippets.

@maticzav
Last active January 17, 2018 19:41
Show Gist options
  • Save maticzav/c23bc6a60f9924473590049cb0d1a4a8 to your computer and use it in GitHub Desktop.
Save maticzav/c23bc6a60f9924473590049cb0d1a4a8 to your computer and use it in GitHub Desktop.
// src/index.ts
import { Prisma } from "./generated/prisma"
const DATABASE_SCHEMA_PATH = './database/schema.graphql'
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