Fixes
- Added Actual account ids and log level to .env.example. - Fixed timestamp error by downloading the budget after init. - Hardcoded date in test. - Separate logging file for configurations. - Organized test - More logging in main - Fixed wrong paths for some files - Load a .env.test.local file when running tests Signed-off-by: Martin Berg Alstad <git@martials.no>
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import type { Transaction } from "@/sparebank1.ts"
|
||||
import type { Transaction } from "@/bank/sparebank1.ts"
|
||||
import type { TransactionEntity } from "@actual-app/api/@types/loot-core/types/models"
|
||||
import type { UUID } from "node:crypto"
|
||||
|
||||
|
Reference in New Issue
Block a user