添加分页功能、打包优化、ts编译优化
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user