1 Star 0 Fork 0

酱酱酱酱油鲜 / bolg

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
nodemon.json 539 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"restartable": "rs",
"ignore": [
".git",
"doc",
"src/views",
"src/webapp",
"webpack",
"static",
"node_modules/**/node_modules"
],
"delay": "2500",
"verbose": true,
"execMap": {
"js": "node --harmony"
},
"watch": [
"app.js",
"src/utils.js",
"src/before-listen.js",
"src/common/",
"src/models/",
"src/routers/"
],
"env": {
"NODE_ENV": "development"
},
"ext": "js json"
}
1
https://gitee.com/jjjjyx/bolg.git
git@gitee.com:jjjjyx/bolg.git
jjjjyx
bolg
bolg
master

搜索帮助