chore(dev-env): add local docker-compose, Makefile, env templates & docs

This commit is contained in:
safichaudhry 2025-04-25 21:35:50 -04:00
parent 39f3e18a9b
commit bc025e5f63
3 changed files with 3 additions and 3 deletions

View File

@ -43,4 +43,4 @@ FIRECRAWL_API_KEY=
# Stripe configuration
STRIPE_SECRET_KEY=
STRIPE_DEFAULT_PLAN_ID=
STRIPE_DEFAULT_TRIAL_DAYS=14
STRIPE_DEFAULT_TRIAL_DAYS=14

View File

@ -3,4 +3,4 @@ NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=
# Backend URL
NEXT_PUBLIC_BACKEND_URL=http://localhost:8000
NEXT_PUBLIC_BACKEND_URL=http://localhost:8000

View File

@ -17,4 +17,4 @@ if [ $? -eq 0 ]; then
else
echo "❌ Migration failed"
exit 1
fi
fi