mirror of
https://github.com/farcasclaudiu/learn-build-apps-copilot-agent.git
synced 2026-06-22 07:01:37 +03:00
13 lines
497 B
Bash
13 lines
497 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 can be used to explicitly point at the backend API.
|
|
# When running inside a GitHub Codespace, the frontend will also auto-detect
|
|
# the backend host from the current app.github.dev URL.
|
|
#
|
|
# If unset outside Codespaces, the frontend falls back to http://localhost:8000/api.
|
|
|
|
VITE_CODESPACE_NAME=your-codespace-name-here
|