Skip to content

Commit 065f84e

Browse files
committed
chore: fixes the type error of env variables in CI checks on github.
1 parent caa71ed commit 065f84e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/// <reference types="@sveltejs/kit" />
2+
3+
declare namespace App {}
4+
5+
declare module "$env/static/public" {
6+
export const PUBLIC_REGISTRY_URL: string;
7+
export const PUBLIC_PROVISIONER_URL: string;
8+
}

0 commit comments

Comments
 (0)