mirror of
https://github.com/farcasclaudiu/learn-build-apps-copilot-agent.git
synced 2026-06-22 09:01:39 +03:00
13 lines
452 B
Bash
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
|