feat: add portfolio overview

This commit is contained in:
2026-08-27 00:07:25 +03:00
parent 1e25a0152a
commit b38346dd19
14 changed files with 230 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@family-budget/backend",
"version": "0.11.0",
"version": "0.12.0",
"private": true,
"scripts": {
"dev": "tsx watch src/app.ts",
@@ -11,6 +11,7 @@
"test:analytics": "tsx src/services/analyticsSemantics.test.ts",
"test:analytics:query": "tsx src/routes/analytics.test.ts",
"test:portfolio": "tsx src/services/portfolio.test.ts",
"test:portfolio:overview": "tsx src/services/portfolioOverview.test.ts",
"test:portfolio:db": "NODE_ENV=test tsx src/services/portfolio.integration.test.ts",
"test:transactions": "tsx src/services/transactions.test.ts",
"test:analytics:db": "NODE_ENV=test tsx src/services/analytics.integration.test.ts",