forked from geolba/tethys.frontend
12 lines
337 B
TypeScript
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 };
|