first round of review
This commit is contained in:
parent
7ebfb7a2dd
commit
da5a0d03eb
14 changed files with 362 additions and 244 deletions
7
frontend/env.example
Normal file
7
frontend/env.example
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Environment variables for the frontend
|
||||
# For local dev: use direnv with the root .envrc file (recommended)
|
||||
# For production: set these in your deployment environment
|
||||
|
||||
# API URL for the backend
|
||||
NEXT_PUBLIC_API_URL=http://localhost:8000
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue