-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use Cloudbeds remote manifests by default, making it a drop-in …
…configuration-less plugin
- Loading branch information
1 parent
1538466
commit d154b38
Showing
4 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
export const DIR_DIST = 'dist'; | ||
export const FEDERATION_CONFIG_FILE = 'federation.config.json'; | ||
|
||
export const DIR_EMITTED = '@types'; | ||
|
||
export const DIR_DIST = 'dist'; | ||
export const DIR_DOWNLOADED = '@remote-types'; | ||
export const FEDERATION_CONFIG_FILE = 'federation.config.json'; | ||
|
||
export const DEFAULT_SYNC_TYPES_INTERVAL_IN_SECONDS = 60; | ||
|
||
export const CLOUDBEDS_DEV_FRONTEND_ASSETS_DOMAIN = 'https://cb-front.cloudbeds-dev.com'; | ||
export const CLOUDBEDS_DEV_REMOTES_MANIFEST = 'use-devbox-name'; | ||
export const CLOUDBEDS_MFD_COMMON_MANIFEST_FILE_NAME = 'mfd-common-remote-entry.json'; | ||
export const CLOUDBEDS_REMOTES_MANIFEST_FILE_NAME = 'remote-entries.json'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters