Skip to content

Commit

Permalink
husky and github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinceMuichkine committed Feb 15, 2025
1 parent 98805ee commit 48997ff
Show file tree
Hide file tree
Showing 7 changed files with 116 additions and 1,192 deletions.
48 changes: 48 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
## SUPABASE
VITE_SUPABASE_URL=
VITE_SUPABASE_ANON_KEY=

# Environment
VITE_SITE_URL=
VITE_PAYMENT_LINK_BASE_URL=
VITE_STORE_DOMAIN_BASE_URL=
API_URL=

# Configuration
BUN_ENV='development'
EMAIL_DOMAIN_WHITELIST=
EMAIL_WHITELIST=
USER_FILE_SIZE_LIMIT=

# Orange
ORANGE_BASE_URL=''
ORANGE_BUSINESS_ID=''
ORANGE_API_KEY=''

# MTN
MTN_BASE_URL=''
MTN_BUSINESS_ID=''
MTN_API_KEY=''

# Wave
WAVE_API_URL=
WAVE_MERCHANT_ID=
WAVE_ACCOUNT_ID=
WAVE_API_KEY=
WAVE_WEBHOOK_SECRET=

# AI
ANTHROPIC_API_KEY=
HUGGING_FACE_API_KEY=

# Sanity
SANITY_PROJECT_ID=
SANITY_DATASET=
SANITY_TOKEN=

# Whatsapp
WHATSAPP_ACCESS_TOKEN=
WHATSAPP_PHONE_NUMBER_ID=

# Resend
RESEND_API_KEY=
10 changes: 10 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env bun

# Run lint-staged for database migrations
bun run lint-staged

# Run type checking
bun run update-types

# Run linting
bun run lint
Loading

0 comments on commit 48997ff

Please sign in to comment.