mirror of
https://github.com/jcreek/SvelteKitSaasBoilerplate.git
synced 2026-07-13 11:03:49 +00:00
5 lines
137 B
TypeScript
5 lines
137 B
TypeScript
import Stripe from 'stripe'
|
|
import { STRIPE_SECRET_KEY } from '$env/static/private'
|
|
|
|
export const stripe = new Stripe(STRIPE_SECRET_KEY)
|