9 Star 106 Fork 45

Asciphx / ThinkTs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
nodemon.json 296 Bytes
一键复制 编辑 原始数据 按行查看 历史
Asciphx 提交于 2021-02-18 16:38 . catalog
{
"restartable": "rs",
"ignore": [".git", "node_modules/**", "build"],
"verbose": true,
"execMap": {
"": "node",
"js": "node --harmony"
},
"ext": "js json ts tsx",
"watch": ["app"],
"env": {
"NODE_ENV": "development",
"PORT": "3002"
},
"legacy-watch": false
}
TypeScript
1
https://gitee.com/ASCIPHX/ThinkTs.git
git@gitee.com:ASCIPHX/ThinkTs.git
ASCIPHX
ThinkTs
ThinkTs
master

搜索帮助