Skip to content

Commit

Permalink
Add accounts app to main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Jan 23, 2025
1 parent 63b77d9 commit 9139546
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/loot-core/src/server/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import { type Budget } from '../types/budget';
import { Handlers } from '../types/handlers';
import { OpenIdConfig } from '../types/models/openid';

import { app as accountsApp } from './accounts/app';
import { app as adminApp } from './admin/app';
import { installAPI } from './api';
import { runQuery as aqlQuery } from './aql';
Expand Down Expand Up @@ -1594,6 +1595,7 @@ app.combine(
rulesApp,
adminApp,
transactionsApp,
accountsApp,
);

function getDefaultDocumentDir() {
Expand Down

0 comments on commit 9139546

Please sign in to comment.