Last active
January 17, 2018 19:14
-
-
Save maticzav/ca0d3d6661d3eeeb25dedd1f829f2527 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' | |
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