UNPKG

@shopify/shopify-app-remix

Version:

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

1 lines 627 B
{"version":3,"file":"index.mjs","sources":["../../../../../../src/server/adapters/vercel/index.ts"],"sourcesContent":["import {setAbstractFetchFunc} from '@shopify/shopify-api/runtime';\nimport {installGlobals} from '@remix-run/node';\n\nimport '../node';\n\ninstallGlobals();\n\nconst fetchFunc = fetch;\nsetAbstractFetchFunc(async (...args) => {\n const response = await fetchFunc(...args);\n\n return response as any;\n});\n"],"names":[],"mappings":";;;;AAKA,cAAc,EAAE;AAEhB,MAAM,SAAS,GAAG,KAAK;AACvB,oBAAoB,CAAC,OAAO,GAAG,IAAI,KAAI;IACrC,MAAM,QAAQ,GAAG,MAAM,SAAS,CAAC,GAAG,IAAI,CAAC;AAEzC,IAAA,OAAO,QAAe;AACxB,CAAC,CAAC"}