1 Star 0 Fork 74

NayoAyo/Notadd

forked from Notadd/Notadd 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
gulpfile.js 382 Bytes
一键复制 编辑 原始数据 按行查看 历史
寻风 提交于 2018-03-23 16:20 . feat(core): using nodemon to serve
const gulp = require("gulp");
const nodemon = require("gulp-nodemon");
gulp.task("default", function () {
nodemon({
script: "node_modules/@notadd/server/bootstrap.js",
watch: [
"ormconfig.yml",
"packages/",
"storages/addons/enabled.yaml",
"storages/modules/enabled.yaml",
],
ext: "js"
});
});
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/ysllll/notadd.git
git@gitee.com:ysllll/notadd.git
ysllll
notadd
Notadd
next

搜索帮助