@shopify/shopify-app-remix
Version:
Shopify Remix - to simplify the building of Shopify Apps with Remix
13 lines (11 loc) • 561 B
JavaScript
import '@shopify/shopify-api/adapters/web-api';
import { setAbstractRuntimeString } from '@shopify/shopify-api/runtime';
export { ApiVersion, BillingInterval, BillingReplacementBehavior, DeliveryMethod, LogSeverity, Session } from '@shopify/shopify-api';
export { AppDistribution, LoginErrorType } from './types.mjs';
export { boundary } from './boundary/index.mjs';
export { shopifyApp } from './shopify-app.mjs';
export { SessionNotFoundError } from './errors.mjs';
setAbstractRuntimeString(() => {
return `Remix`;
});
//# sourceMappingURL=index.mjs.map