jmapcloud-ng 2.0.5-qa.6 → 2.0.5-qa.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.env.example DELETED
@@ -1,14 +0,0 @@
1
- # Used to build restBaseUrl in dev:
2
- # https://api.${REST_BASE_API_DEV_SERVER_PREFIX}.jmapcloud.io
3
- # ex: "dev-jdoe", "qa", etc
4
- REST_BASE_API_DEV_SERVER_PREFIX="dev-<username>"
5
-
6
- # optional: ng core usually runs on https://localhost:8085/src/core.ts
7
- # if your setup is different, configure it here
8
- CORE_INDEX_FILE_URL=""
9
-
10
- # Optional Vite dev server port - defaults to 8086
11
- DEV_PORT=""
12
-
13
- # Optional: your MUI-X Pro license
14
- MUI_X_PRO_LICENSE="MUI-X-PRO-LICENSE"