Skip to content

Commit 1016a84

Browse files
committed
✨ update readme
1 parent 3f668db commit 1016a84

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,6 @@ module.exports = {
4646
description: '',
4747
version: '0.0.1',
4848
type: '', // types 类型
49-
webpack: { // webpack 配置
50-
// output: {
51-
// path: path.resolve(__dirname, 'public'),
52-
// publicPath: '/public/',
53-
// },
54-
},
5549

5650
staticPath: [], // String | Array
5751

@@ -87,10 +81,6 @@ module.exports = {
8781
strict: true, // 严格强依赖模式
8882

8983
micros: [ 'test' ], // 被注册的容器
90-
// micros$$test: { // 单独配置
91-
// disabled: true, // 禁用入口
92-
// link: '', // 本地路径, 进行本地开发使用的软链接.
93-
// },
9484

9585
// 服务配置
9686
server: {
@@ -110,16 +100,6 @@ module.exports = {
110100
// a: 1,
111101
// }],
112102
],
113-
114-
// deploy: {
115-
// git: 'git+ssh://[email protected]',
116-
// branch: 'test',
117-
// // branch: {
118-
// // name: 'develop',
119-
// // extends: true,
120-
// // },
121-
// message: '', // 提交 message 中增加内容
122-
// },
123103
};
124104
```
125105

0 commit comments

Comments
 (0)