Skip to content
Snippets Groups Projects
Commit a5834ec8 authored by Leonardo Christino's avatar Leonardo Christino Committed by Scott
Browse files

feat(query): enable backend connection

parent 29b8afae
No related branches found
No related tags found
No related merge requests found
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;
};
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment