Skip to content

Commit 547a6b5

Browse files
committed
fix import
1 parent 3faa81d commit 547a6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/setup-db.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { execSync } from "node:child_process";
2-
import { prisma } from "../src/shared/db/client";
2+
import { prisma } from "../shared/db/client";
33

44
const main = async () => {
55
const [{ exists: hasWalletsTable }]: [{ exists: boolean }] =

0 commit comments

Comments
 (0)