Skip to content

Commit

Permalink
Revert "fix prisma + planetscale"
Browse files Browse the repository at this point in the history
This reverts commit 962adeb.
  • Loading branch information
ronanru committed Nov 20, 2023
1 parent 5f92792 commit 423d9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/template/extras/src/server/db/db-prisma-planetscale.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Import required dependencies
import { Client } from "@planetscale/database";
import { PrismaPlanetScale } from "@prisma/adapter-planetscale";
import { PrismaClient } from "@prisma/client";
import { PrismaClient } from "@prisma/client/edge";

import { env } from "~/env.js";

Expand Down

0 comments on commit 423d9fe

Please sign in to comment.