-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,5 +13,6 @@ yarn-error.log* | |
*.ntvs* | ||
*.njsproj | ||
*.sln | ||
*.env | ||
|
||
tmp |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Code generated by Prisma ([email protected].0). DO NOT EDIT. | ||
// Code generated by Prisma ([email protected].6). DO NOT EDIT. | ||
// Please don't change this file manually but run `prisma generate` to update it. | ||
// For more information, please read the docs: https://www.prisma.io/docs/prisma-client/ | ||
|
||
|
@@ -4516,6 +4516,6 @@ export const models: Model[] = [ | |
export const Prisma = makePrismaClientClass<ClientConstructor<Prisma>>({ | ||
typeDefs, | ||
models, | ||
endpoint: `${process.env["PRISMA_ENDPOINT"]}}` | ||
endpoint: `${process.env["PRISMA_ENDPOINT"]}` | ||
}); | ||
export const prisma = new Prisma(); |
This file contains 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
This file contains 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