add local proxy

This commit is contained in:
Chris Anderson
2024-11-26 20:59:08 +00:00
parent f4aa74ad6f
commit 0029b04af1
6 changed files with 1087 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "local-proxy",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^4.21.1",
"http-proxy-middleware": "^3.0.3"
}
}