NuroDev / lemonsqueezy.ts

🍋 JavaScript / TypeScript SDK for the Lemon Squeezy API
https://paka.dev/npm/lemonsqueezy.ts
MIT License
159 stars 16 forks source link

Incompatible with vercel edge runtime #35

Open Jaaneek opened 8 months ago

Jaaneek commented 8 months ago

When using vercel edge runtime the package tries to import another package that is incompatible with nextjs edge runtime (vercel).

Can you use another package underneath?

image
Jaaneek commented 8 months ago

related topic https://github.com/vercel/next.js/issues/41531