添加分页功能、打包优化、ts编译优化

This commit is contained in:
周炽键
2021-07-23 21:34:47 +08:00
parent fd85fcef74
commit 6a1f9a3f6b
15 changed files with 3340 additions and 141 deletions

View File

@@ -4,16 +4,14 @@
".vscode",
".git",
"node_modules/*",
"views/*",
"entity/**/*.js",
"dto/**/*.js",
".gitignore",
"ormconfig.example.json",
"package.json"
"dist/*",
"bin/*"
],
"env": {
"NODE_ENV": "development"
},
"ext":"js,json,ts",
"exec":"tsc && node ./bin/www"
"exec":"ts-node ./bin/www"
}