wip fix
This commit is contained in:
parent
84018a5a23
commit
f4b071236c
|
|
@ -105,7 +105,7 @@ export const code_action: SAction["code"]["action"] = async function (
|
||||||
await Bun.write(
|
await Bun.write(
|
||||||
Bun.file(path.join(dir, "global.d.ts")),
|
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";
|
import type * as SRVAPI from "gen/srv/api/srv";
|
||||||
|
|
||||||
declare global {
|
declare global {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue