You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
442 B
15 lines
442 B
export const IS_MANAGED_ENV = false;
|
|
export const IS_ENV_WITH_UPDATES_ENABLED = false;
|
|
export const IS_ENV_WITHOUT_UPDATES_ENABLED = false;
|
|
// Compute manifest base URL if available
|
|
export const manifestBaseUrl = null;
|
|
export async function downloadAsync(uri, hash, type, name) {
|
|
return uri;
|
|
}
|
|
export function getManifest() {
|
|
return {};
|
|
}
|
|
export function getManifest2() {
|
|
return {};
|
|
}
|
|
//# sourceMappingURL=PlatformUtils.web.js.map
|