Add support for simple web server

This commit is contained in:
2025-04-04 15:40:50 +02:00
parent d5d1218f5c
commit 900145a4d0
9 changed files with 1410 additions and 197 deletions

View File

@@ -20,9 +20,13 @@
},
"dependencies": {
"@actual-app/api": "^25.3.1",
"@types/express": "^5.0.1",
"@types/multer": "^1.4.12",
"@types/papaparse": "^5.3.15",
"commander": "^13.1.0",
"express": "^5.1.0",
"iconv-lite": "^0.6.3",
"multer": "^1.4.5-lts.2",
"papaparse": "^5.5.2",
"yaml": "^2.7.1"
}