Portal/rsconcept/frontend/src/utils/buildConstants.ts
IRBorisov 2759f10d09
Some checks failed
Backend CI / build (3.12) (push) Has been cancelled
Frontend CI / build (18.x) (push) Has been cancelled
Initial commit
2024-06-07 20:17:03 +03:00

8 lines
216 B
TypeScript

/**
* Variable constants depending on build type.
* Extracted as separate file because of bundler issues during tests
*/
export const buildConstants = {
backend: import.meta.env.VITE_PORTAL_BACKEND as string
};