mirror of
https://github.com/aleleba/run-app-from-cdn.git
synced 2026-03-13 20:16:44 -06:00
PR-824002: Using proxy instead of a redirect.
This commit is contained in:
@@ -12,10 +12,12 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"dotenv": "^16.4.7",
|
||||
"express": "^4.21.2"
|
||||
"express": "^4.21.2",
|
||||
"http-proxy-middleware": "^3.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "^5.0.0",
|
||||
"@types/http-proxy-middleware": "^0.19.3",
|
||||
"@types/jest": "^29.5.14",
|
||||
"@types/node": "^22.10.5",
|
||||
"@types/supertest": "^6.0.2",
|
||||
|
||||
Reference in New Issue
Block a user