fix
This commit is contained in:
parent
e9b306e9a2
commit
8ffa85b0b8
|
|
@ -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')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue