Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.autod.conf.js 342 Bytes
Copy Edit Raw Blame History
xiaoshen authored 2020-11-08 00:31 . DoraCMS for SQL,init project
'use strict';
module.exports = {
write: true,
prefix: '^',
plugin: 'autod-egg',
test: [
'test',
'benchmark',
],
dep: [
'egg'
],
devdep: [
'egg-ci',
'egg-bin',
'autod',
'eslint',
'eslint-config-egg',
'webstorm-disable-index',
],
exclude: [
'./test/fixtures',
'./dist',
],
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化