mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-23 17:28:23 +00:00
6 lines
143 B
TypeScript
6 lines
143 B
TypeScript
import Stripe from "stripe"
|
|
|
|
export const stripe = new Stripe(process.env.STRIPE_API_KEY, {
|
|
apiVersion: "2022-11-15",
|
|
typescript: true,
|
|
})
|