mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 10:14:53 -05:00
* Move transaction related handlers to server/transactions folder and use the new convention * Fix lint and typecheck * Move server account handlers from main.ts to accounts/app.ts * Add accounts app to main.ts * Release notes * Fix types * Fix typecheck error * Fix types * Fix build error * Use main app
7 lines
131 B
Markdown
7 lines
131 B
Markdown
---
|
|
category: Maintenance
|
|
authors: [joel-jeremy]
|
|
---
|
|
|
|
Move accounts related server handlers from main.ts to server/accounts/app.ts
|