corriger bug fonction pour prendre un fichier à partir d'un form fonctionel #1

This commit is contained in:
Lazanimady Andrianirindrainy
2026-06-19 12:43:54 +02:00
parent b1ee077754
commit de3bcbaea2
5 changed files with 148 additions and 3 deletions

View File

@@ -17,10 +17,12 @@
"dependencies": {
"dotenv": "^17.4.2",
"express": "^5.2.1",
"formidable": "^3.5.4",
"pdf-parse-fork": "^1.2.0"
},
"devDependencies": {
"@types/express": "^5.0.6",
"@types/formidable": "^3.5.1",
"@types/node": "^25.9.3",
"nodemon": "^3.1.14",
"ts-node": "^10.9.2",