5 lines
171 B
Plaintext
5 lines
171 B
Plaintext
# API base URL for the backend that wraps the abra CLI
|
|
VITE_API_URL=http://localhost:3000/api
|
|
|
|
# Set to 'true' to bypass authentication for development
|
|
VITE_MOCK_AUTH=true |