We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caa71ed commit 065f84eCopy full SHA for 065f84e
infrastructure/eid-wallet/src/env.d.ts
@@ -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