diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..664ae02 --- /dev/null +++ b/.env.example @@ -0,0 +1,6 @@ +# Server Configuration +PORT=3001 +NODE_ENV=development + +# Client Configuration +VITE_API_URL=http://localhost:3001