UNPKG

@shopify/shopify-app-remix

Version:

Shopify Remix - to simplify the building of Shopify Apps with Remix

14 lines (10 loc) 366 B
import {setAbstractRuntimeString} from '@shopify/shopify-api/runtime'; import {setAppBridgeUrlOverride} from '../../authenticate/helpers'; setAbstractRuntimeString(() => { return `Remix (Node)`; }); /* eslint-disable no-process-env */ if (process.env.APP_BRIDGE_URL) { setAppBridgeUrlOverride(process.env.APP_BRIDGE_URL); } /* eslint-enable no-process-env */