Fix #Final

This commit is contained in:
Fasterino
2024-11-15 03:44:49 +03:00
parent 7e116d7901
commit a77281d730
7 changed files with 50 additions and 77 deletions

View File

@@ -9,13 +9,14 @@
"author": "",
"license": "ISC",
"dependencies": {
"@types/http-proxy": "^1.17.13",
"cors": "^2.8.5",
"express": "^4.18.2",
"http-proxy": "^1.18.1"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.20",
"@types/http-proxy": "^1.17.13",
"typescript": "^5.2.2"
}
}
}