shrink production package size - drop useless file during package

This commit is contained in:
geekgeekrun
2024-04-05 12:44:17 +08:00
parent d452b0b51b
commit f811cda3fe
4 changed files with 116 additions and 101 deletions

View File

@@ -7,8 +7,10 @@
"cli-highlight": "^2.1.11",
"reflect-metadata": "^0.2.1",
"sqlite3": "5.1.6",
"typeorm": "0.3.11"
},
"devDependencies": {
"ts-node": "^10.9.2",
"typeorm": "0.3.11",
"typescript": "^5.3.3"
},
"scripts": {