import Stripe from "stripe"; // Client Stripe côté serveur export const stripe = new Stripe(process.env.STRIPE_SECRET_KEY!, { typescript: true, });