feat(integration): integration is fully finished, will refractor later

This commit is contained in:
devaine 2026-02-02 19:17:44 -06:00
commit 2491eae95f
Signed by: devaine
GPG key ID: 954B1DCAC6FF84EE
5 changed files with 171 additions and 47 deletions

View file

@ -3,7 +3,8 @@
"license": "ISC",
"main": "index.js",
"scripts": {
"actual": "node actual-api/src/index.js"
"actual": "node actual-api/src/index.js",
"start": "concurrently 'npm run actual' 'cd ./webscrape-bank && ./run.sh'"
},
"dependencies": {
"@actual-app/api": "^26.1.0",