test import data

This commit is contained in:
AdisakKanthawilang 2024-06-06 11:15:26 +07:00
parent 438c153651
commit e4aa7fcc6d
3 changed files with 432 additions and 30 deletions

View file

@ -27,6 +27,7 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@nestjs/platform-express": "^10.3.9",
"@tsoa/runtime": "^6.0.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
@ -34,11 +35,13 @@
"fast-jwt": "^3.3.2",
"mysql2": "^3.9.1",
"node-cron": "^3.0.3",
"node-xlsx": "^0.24.0",
"promise.any": "^2.0.6",
"reflect-metadata": "^0.2.1",
"swagger-ui-express": "^5.0.0",
"tsoa": "^6.0.1",
"typeorm": "^0.3.19",
"typeorm-cli": "^1.0.7"
"typeorm-cli": "^1.0.7",
"xlsx": "^0.20.2"
}
}