newStaffLDB-API #48

Merged
fred.boniface merged 85 commits from newStaffLDB-API into main 2023-10-03 21:35:03 +01:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 9a4f621f69 - Show all commits

View File

@ -13,7 +13,8 @@
"build": "tsc",
"run": "tsc && node dist/app.js",
"start": "node app.js",
"test": "jest"
"test": "jest",
"format": "npx prettier -w ."
},
"dependencies": {
"axios": "^1.2.1",