diff --git a/libs/shared/node.d.ts b/libs/shared/node.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..0cb37864e2206d3e492fcf1c11da1e01ea44a9e3 --- /dev/null +++ b/libs/shared/node.d.ts @@ -0,0 +1,12 @@ +interface ImportMeta { + env: { + VITE_BACKEND_URL: string; + VITE_BACKEND_USER: string; + VITE_BACKEND_SCHEMA: string; + VITE_BACKEND_QUERY: string; + VITE_STAGING: string; + VITE_KEYCLOAK_URL: string; + VITE_KEYCLOAK_REALM: string; + VITE_KEYCLOAK_CLIENT: string; + }; +}