feat: initial import — ClickerZ formation project (Express + React/Vite)
This commit is contained in:
7
Frontend/.env.sample
Executable file
7
Frontend/.env.sample
Executable file
@@ -0,0 +1,7 @@
|
||||
# .env.sample - Sample Environment Variables for Frontend (Vite)
|
||||
|
||||
# Backend API URL (call it in React with import.meta.env.VITE_BACKEND_URL)
|
||||
VITE_BACKEND_URL=http://localhost:3310
|
||||
|
||||
# Other Environment Variables (if needed)
|
||||
# VITE_OTHER_VARIABLE=value
|
||||
Reference in New Issue
Block a user