@forge/cli-shared

8.24.0-experimental-04cc2b98.24.1-next.0
out/auth/instruction.js
~out/auth/instruction.jsModified
+2−1
Index: package/out/auth/instruction.js
===================================================================
--- package/out/auth/instruction.js
+++ package/out/auth/instruction.js
@@ -1,7 +1,7 @@
 "use strict";
 Object.defineProperty(exports, "__esModule", { value: true });
-exports.getInstructionsUrl = getInstructionsUrl;
+exports.getInstructionsUrl = void 0;
 const gateway_1 = require("../graphql/gateway");
 const INSTRUCTION_URLS = {
     DEV: 'https://go.atlassian.com/forge-cli-api-token-stg',
     STG: 'https://go.atlassian.com/forge-cli-api-token-stg',
@@ -11,4 +11,5 @@
 };
 function getInstructionsUrl() {
     return (0, gateway_1.getEnvironmentConfig)(INSTRUCTION_URLS);
 }
+exports.getInstructionsUrl = getInstructionsUrl;