Skip to content

Commit 34ad764

Browse files
committed
fix: remove declare module (kit will generate that with the dev server)
1 parent 214a137 commit 34ad764

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/app.d.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,4 @@ declare global {
99
}
1010
}
1111

12-
declare module '$env/static/public' {
13-
export const PUBLIC_BASE_URL: string | undefined;
14-
}
15-
1612
export {};

0 commit comments

Comments
 (0)