This commit is contained in:
Rizky 2023-10-14 15:51:04 +07:00
parent e9b306e9a2
commit 8ffa85b0b8
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@ const getApiTypes = async () => {
declare module "gen/srv/api/entry" { declare module "gen/srv/api/entry" {
export * as srv from "gen/srv/api/srv"; export * as srv from "gen/srv/api/srv";
} }
` + ` +
((await readAsync(dir("app/srv/exports.d.ts"))) || "") ((await readAsync(dir("app/srv/exports.d.ts"))) || "")
.replace(/\"app\/srv\/api/gi, '"srv/api') .replace(/\"app\/srv\/api/gi, '"srv/api')