7 lines
113 B
Plaintext
7 lines
113 B
Plaintext
# Server Configuration
|
|
PORT=3001
|
|
NODE_ENV=development
|
|
|
|
# Client Configuration
|
|
VITE_API_URL=http://localhost:3001
|