This commit is contained in:
Rizky 2024-02-06 10:46:28 +07:00
parent 84018a5a23
commit f4b071236c
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ export const code_action: SAction["code"]["action"] = async function (
await Bun.write(
Bun.file(path.join(dir, "global.d.ts")),
`
import prisma from "./typings/prisma";
import prisma from "./prisma";
import type * as SRVAPI from "gen/srv/api/srv";
declare global {