@shopify/shopify-app-remix
Version:
Shopify Remix - to simplify the building of Shopify Apps with Remix
13 lines (11 loc) • 553 B
JavaScript
import '@shopify/shopify-api/adapters/web-api';
import { setAbstractRuntimeString } from '@shopify/shopify-api/runtime';
export { ApiVersion, BillingInterval, DeliveryMethod, LATEST_API_VERSION, 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