添加 eggjs web-server,初步支持多宝短信
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = {
|
||||
write: true,
|
||||
plugin: 'autod-egg',
|
||||
prefix: '^',
|
||||
devprefix: '^',
|
||||
exclude: [
|
||||
'test/fixtures',
|
||||
'coverage',
|
||||
],
|
||||
dep: [
|
||||
'egg',
|
||||
'egg-scripts',
|
||||
],
|
||||
devdep: [
|
||||
'autod',
|
||||
'autod-egg',
|
||||
'egg-bin',
|
||||
'tslib',
|
||||
'typescript',
|
||||
],
|
||||
keep: [
|
||||
],
|
||||
semver: [
|
||||
],
|
||||
test: 'scripts',
|
||||
};
|
||||
Reference in New Issue
Block a user