Skip to content

Commit

Permalink
prisma import env from the wrong place
Browse files Browse the repository at this point in the history
  • Loading branch information
OrJDev committed Oct 30, 2022
1 parent 3104e5e commit 93ed60e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-jd-app",
"version": "1.0.59",
"version": "1.0.60",
"main": "dist/index.js",
"scripts": {
"test": "ts-node -r tsconfig-paths/register src",
Expand Down
2 changes: 1 addition & 1 deletion src/installers/Prisma/files/client.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { PrismaClient } from "@prisma/client";
import env from "~/env";
import env from "~/env/server";

declare global {
var prisma: PrismaClient | undefined;
Expand Down

0 comments on commit 93ed60e

Please sign in to comment.