Last active
January 17, 2018 19:41
-
-
Save maticzav/c23bc6a60f9924473590049cb0d1a4a8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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