Files
actual/upcoming-release-notes/4227.md
Joel Jeremy Marquez 6e934e46a8 Extract accounts related server handlers from main.ts to server/accounts/app.ts (#4227)
* 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
2025-02-20 16:36:27 -08:00

7 lines
131 B
Markdown

---
category: Maintenance
authors: [joel-jeremy]
---
Move accounts related server handlers from main.ts to server/accounts/app.ts