Server proxy #511
8
package-lock.json
generated
8
package-lock.json
generated
@ -759,6 +759,10 @@
|
||||
"resolved": "package/core",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@the-bds-maneger/server_proxy": {
|
||||
"resolved": "package/proxy",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@the-bds-maneger/web": {
|
||||
"resolved": "package/web",
|
||||
"link": true
|
||||
@ -6731,6 +6735,10 @@
|
||||
"@types/express": "^4.17.17"
|
||||
}
|
||||
},
|
||||
"package/proxy": {
|
||||
"version": "0.0.1",
|
||||
"license": "GPL-2.0-only"
|
||||
},
|
||||
"package/web": {
|
||||
"name": "@the-bds-maneger/web",
|
||||
"version": "1.0.0",
|
||||
|
22
package/proxy/package.json
Normal file
22
package/proxy/package.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "@the-bds-maneger/server_proxy",
|
||||
"version": "0.0.1",
|
||||
"description": "Host multiples server ports and publish one port to internet",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"build": "tsc --build --clean && tsc"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Sirherobrine23/Bds-Maneger.git"
|
||||
},
|
||||
"keywords": [
|
||||
"proxy"
|
||||
],
|
||||
"author": "Matheus Sampaio Queiroga <srherobrine20@gmail.com>",
|
||||
"license": "GPL-2.0-only",
|
||||
"bugs": {
|
||||
"url": "https://github.com/Sirherobrine23/Bds-Maneger/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Sirherobrine23/Bds-Maneger#readme"
|
||||
}
|
0
package/proxy/src/index.ts
Normal file
0
package/proxy/src/index.ts
Normal file
4
package/proxy/tsconfig.json
Normal file
4
package/proxy/tsconfig.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {}
|
||||
}
|
Reference in New Issue
Block a user