lily
This commit is contained in:
parent
456dee0be2
commit
b0fbb27903
|
@ -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: "/"
|
||||||
}];
|
}];
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"out": "",
|
||||||
|
"sourceMap": true,
|
||||||
|
"target": "es5"
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
"kubernetesPlugin.ts"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue