{"version":3,"file":"helpers-DedcfXd-.mjs","names":[],"sources":["../../../node_modules/@shopify/shopify-api/dist/esm/runtime/platform/runtime-string.mjs","../../../src/server/authenticate/helpers/app-bridge-url.ts"],"sourcesContent":["// eslint-disable-next-line import/no-mutable-exports\nlet abstractRuntimeString = () => {\n    throw new Error(\"Missing adapter implementation for 'abstractRuntimeString' - make sure to import the appropriate adapter for your platform\");\n};\nfunction setAbstractRuntimeString(func) {\n    abstractRuntimeString = func;\n}\n\nexport { abstractRuntimeString, setAbstractRuntimeString };\n//# sourceMappingURL=runtime-string.mjs.map\n","import {APP_BRIDGE_URL} from '../const';\n\nlet appBridgeUrlOverride: string | undefined;\nexport function setAppBridgeUrlOverride(url: string) {\n  appBridgeUrlOverride = url;\n}\n\nexport function appBridgeUrl() {\n  return appBridgeUrlOverride || APP_BRIDGE_URL;\n}\n"],"x_google_ignoreList":[0],"mappings":";;AAIA,SAAS,yBAAyB,MAAM;ACDxC,SAAgB,wBAAwB,KAAa"}