Add .env.example file

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Khalid A
2026-04-21 01:02:48 -05:00
parent 01702c397f
commit 1af0e6152d

6
.env.example Normal file
View File

@@ -0,0 +1,6 @@
# Server Configuration
PORT=3001
NODE_ENV=development
# Client Configuration
VITE_API_URL=http://localhost:3001