10 lines
273 B
JavaScript
10 lines
273 B
JavaScript
export const IS_ENV_WITH_LOCAL_ASSETS = false;
|
|
export function getLocalAssets() {
|
|
return {};
|
|
}
|
|
export function getManifest2() {
|
|
return {};
|
|
}
|
|
// Compute manifest base URL if available
|
|
export const manifestBaseUrl = null;
|
|
//# sourceMappingURL=PlatformUtils.web.js.map
|