Skip to content

Commit 4095a65

Browse files
committed
remove extra
1 parent c90ac8a commit 4095a65

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/app/build.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ import { join } from "path";
66
import { version } from "~/package.json";
77
import { _dirname } from "./src/utils";
88

9-
const deps = ["@prisma/prisma-schema-wasm"];
9+
const deps: string[] = [
10+
// "@prisma/prisma-schema-wasm"
11+
];
1012

1113
spawnSync("bun", ["x", "prisma", "migrate", "dev", "-n", version], {
1214
stdio: "inherit",

0 commit comments

Comments
 (0)