Billing

SveltePak includes support for billing and subscriptions.

Providers

In the modules/billing/index.ts file, export the provider file of the provider you want to use:

export * from "./provider/lemonsqueezy";
// export * from './provider/stripe';
// export * from './provider/paddle';