remove wrong import way

This commit is contained in:
geekgeekrun
2026-01-17 11:34:13 +08:00
parent 55a04bb1ad
commit 5634ac0260
29 changed files with 66 additions and 59 deletions

View File

@@ -5,11 +5,13 @@
"main": "dist/index.js",
"dependencies": {
"cli-highlight": "^2.1.11",
"lodash": "^4.17.21",
"reflect-metadata": "^0.2.1",
"sqlite3": "5.1.6",
"typeorm": "0.3.11"
},
"devDependencies": {
"@types/lodash": "^4.17.23",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},