1 Star 0 Fork 75

Bell / 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"
});
});
NodeJS
1
https://gitee.com/bellliao/notadd.git
git@gitee.com:bellliao/notadd.git
bellliao
notadd
Notadd
next

搜索帮助