This commit is contained in:
ladventure 2018-03-21 10:49:56 +08:00
parent 456dee0be2
commit b0fbb27903
3 changed files with 11 additions and 1 deletions

View File

@ -249,7 +249,7 @@ gulp.task('connect', ['watch'], function() {
}, { }, {
proto: "http", proto: "http",
port: "9001", port: "9001",
hostname: "192.168.191.100", //hostname:"127.0.0.1" hostname: "192.168.191.120", //hostname:"127.0.0.1"
path: '/java/console/api', path: '/java/console/api',
targetPath: "/" targetPath: "/"
}]; }];

BIN
libs.zip

Binary file not shown.

View File

@ -0,0 +1,10 @@
{
"compilerOptions": {
"out": "",
"sourceMap": true,
"target": "es5"
},
"files": [
"kubernetesPlugin.ts"
]
}