- 提交 jenkins 构建规则,和 node服务

This commit is contained in:
sin
2019-03-10 11:47:49 +08:00
parent 19eb551a88
commit 679a087e7c
8 changed files with 175 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"name": "browser-work-server",
"description": "node server",
"dependencies": {
"express": "^4.16.3",
"object-assign": "4.1.1",
"chalk": "2.4.1",
"http-proxy-middleware": "^0.18.0"
}
}