2025-10-10 19:00:12 +03:00

5 lines
178 B
Bash

# API base URL for axios (used by src/services/http.ts)
# For Laravel Sanctum on local dev (default Laravel port):
VUE_APP_API_BASE_URL=http://localhost:8000
NODE_ENV=production