Going from down to up, we are stopping at prettierrc as far as making sure we have everything configured.

This commit is contained in:
2025-06-20 17:01:22 -05:00
commit 177705cfb1
70 changed files with 5205 additions and 0 deletions

34
.env.example Normal file
View File

@ -0,0 +1,34 @@
# When adding additional environment variables, the schema in "/src/env.js"
# should be updated accordingly.
# Example:
# SERVERVAR="foo"
# NEXT_PUBLIC_CLIENTVAR="bar"
### Server Variables ###
# Next Variables # Default Values:
NODE_ENV= # development
SKIP_ENV_VALIDATION= # false
# Sentry Variables # Default Values:
SENTRY_AUTH_TOKEN=
CI= # true
### Client Variables ###
# Next Variables # Default Values:
NEXT_PUBLIC_SITE_URL= # http://localhost:3000
# Supabase Variables
NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=
# Sentry Variables # Default Values
NEXT_PUBLIC_SENTRY_DSN=
NEXT_PUBLIC_SENTRY_URL= # https://sentry.gbrown.org
NEXT_PUBLIC_SENTRY_ORG= # gib
NEXT_PUBLIC_SENTRY_PROJECT_NAME=
# Drizzle & Supabase CLI Variables
# Default Values:
DB_USER= # postgres
DB_PASSWORD=
DB_HOST= # localhost
DB_PORT= # 5432
DB_NAME= # postgres