diff --git a/gulpfile.js b/gulpfile.js index c478c7c..b1b85b9 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -249,7 +249,7 @@ gulp.task('connect', ['watch'], function() { }, { proto: "http", 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', targetPath: "/" }]; diff --git a/libs.zip b/libs.zip deleted file mode 100644 index 9346167..0000000 Binary files a/libs.zip and /dev/null differ diff --git a/plugins/kubernetes/ts/tsconfig.json b/plugins/kubernetes/ts/tsconfig.json new file mode 100644 index 0000000..ba6a114 --- /dev/null +++ b/plugins/kubernetes/ts/tsconfig.json @@ -0,0 +1,10 @@ +{ + "compilerOptions": { + "out": "", + "sourceMap": true, + "target": "es5" + }, + "files": [ + "kubernetesPlugin.ts" + ] +} \ No newline at end of file