feat: initialisation projet Hono.js + TypeScript + Vitest

This commit is contained in:
Hermann_Kitio 2026-04-16 06:37:25 +03:00
parent b06970c9ae
commit 708517edef
13 changed files with 3125 additions and 131 deletions

19
.env.example Normal file
View file

@ -0,0 +1,19 @@
# Supabase
SUPABASE_URL=https://xxx.supabase.co
SUPABASE_SERVICE_ROLE_KEY=xxx
# APIs
DEEPSEEK_API_KEY=xxx
GEMINI_API_KEY=xxx
# Stripe
STRIPE_SECRET_KEY=xxx
STRIPE_WEBHOOK_SECRET=xxx
STRIPE_PRICE_STANDARD=price_xxx
STRIPE_PRICE_PREMIUM=price_xxx
# Config
PORT=3000
APP_URL=https://expria.app
API_URL=https://api.expria.app
NODE_ENV=production