Files
learn-build-apps-copilot-agent/octofit-tracker/frontend/.env.local.example
T

13 lines
452 B
Bash

# 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