We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3faa81d commit 547a6b5Copy full SHA for 547a6b5
src/scripts/setup-db.ts
@@ -1,5 +1,5 @@
1
import { execSync } from "node:child_process";
2
-import { prisma } from "../src/shared/db/client";
+import { prisma } from "../shared/db/client";
3
4
const main = async () => {
5
const [{ exists: hasWalletsTable }]: [{ exists: boolean }] =
0 commit comments