4 lines
151 B
Plaintext
4 lines
151 B
Plaintext
# URL of the contact API (backend server).
|
|
# In development, point to the local Express server.
|
|
VITE_CONTACT_API_URL=http://localhost:3001/api/contact
|