2024-12-16 20:04:42 +00:00
|
|
|
# Environment variables available to the app through
|
|
|
|
# import.meta.env.VITE_MY_VAR, for example.
|
|
|
|
# All variables must be prefixed with "VITE_" to be exposed to JS code.
|
|
|
|
|
2024-12-17 03:47:57 +00:00
|
|
|
VITE_API_URL=http://localhost:8080/api
|