Public Access
1
0

feat: add proxy middleware for API requests and create production Docker Compose setup

This commit is contained in:
2025-08-23 11:27:40 -04:00
parent abfac06908
commit 0327ef81a6
5 changed files with 142 additions and 5 deletions

View File

@@ -14,6 +14,7 @@
"cors": "^2.8.5",
"express": "^4.21.2",
"fs-extra": "^11.3.1",
"nodemon": "^3.1.0"
"nodemon": "^3.1.0",
"http-proxy-middleware": "^3.0.0"
}
}