mirror of
https://github.com/farcasclaudiu/learn-build-apps-copilot-agent.git
synced 2026-06-28 21:01:34 +03:00
feat: add frontend components for activities, leaderboard, teams, users, and workouts; include environment configuration
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# Vite environment variables for OctoFit Tracker
|
||||
#
|
||||
# Copy this file to .env.local and fill in your values.
|
||||
# .env.local is gitignored and never committed.
|
||||
#
|
||||
# VITE_CODESPACE_NAME is required when running inside a GitHub Codespace.
|
||||
# It is used to build the backend API base URL:
|
||||
# https://${VITE_CODESPACE_NAME}-8000.app.github.dev/api
|
||||
#
|
||||
# If unset, the frontend falls back to http://localhost:8000/api.
|
||||
|
||||
VITE_CODESPACE_NAME=your-codespace-name-here
|
||||
Reference in New Issue
Block a user