- removed .vscode from .gitignore to resolve #13

- updated libraries to further support #14
- feat: Add environment configuration files and update dependencies for Node adapter
This commit is contained in:
GitHub Copilot
2025-05-01 21:03:09 +00:00
parent 6b55395e73
commit 8058df41fd
7 changed files with 220 additions and 4 deletions

8
.env.example Normal file
View File

@@ -0,0 +1,8 @@
# Development server port (default is 3000)
PORT=3000
# API Base URL for development
API_BASE_URL=http://localhost:3000
# Environment (development/production)
NODE_ENV=development