mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
7 lines
156 B
TypeScript
7 lines
156 B
TypeScript
// constants.tsx
|
|
const ENV_VARIABLES = {
|
|
MODE: 'production',
|
|
VITE_BACKEND_URL: import.meta.env.VITE_BACKEND_URL || ""
|
|
};
|
|
|
|
export { ENV_VARIABLES };
|