tethys.frontend/src/constants.ts
Arno Kaimbacher 2c0c67cd64 - add further views
- also use constants via Webpack DefinePlugin
2021-11-30 15:26:40 +01:00

12 lines
337 B
TypeScript

// declare const POINT_URL: string;
// declare const EDGE_URL: string;
declare const VUE_APP_PORTAL: string;
// const _EDGE_URL = EDGE_URL;
// const _POINT_URL = POINT_URL;
const _VUE_APP_PORTAL = VUE_APP_PORTAL;
// export { _EDGE_URL as EDGE_URL };
// export { _POINT_URL as POINT_URL };
export { _VUE_APP_PORTAL as VUE_APP_PORTAL };