@forge/manifest

12.3.0-next.212.3.0-next.3
out/utils/features.js
out/utils/features.jsDeleted
−13
Index: package/out/utils/features.js
===================================================================
--- package/out/utils/features.js
+++ package/out/utils/features.js
@@ -1,13 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.configurableRemotesEnabled = exports.ENABLE_CONFIGURABLE_REMOTES = void 0;
-exports.ENABLE_CONFIGURABLE_REMOTES = process.env.ENABLE_CONFIGURABLE_REMOTES;
-function configurableRemotesEnabled() {
-    if (!exports.ENABLE_CONFIGURABLE_REMOTES || exports.ENABLE_CONFIGURABLE_REMOTES.length === 0) {
-        return false;
-    }
-    else {
-        return true;
-    }
-}
-exports.configurableRemotesEnabled = configurableRemotesEnabled;