EvalueTonSavoir/client/src/constants.tsx

8 lines
156 B
TypeScript
Raw Normal View History

2024-03-29 20:08:34 -04:00
// constants.tsx
const ENV_VARIABLES = {
MODE: 'production',
VITE_BACKEND_URL: import.meta.env.VITE_BACKEND_URL || ""
};
2024-04-05 20:10:59 -04:00
2024-03-29 20:08:34 -04:00
export { ENV_VARIABLES };