Skip to content

Commit

Permalink
Fix platform/api db imports (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
imsitnikov authored Jan 22, 2024
1 parent ca3b714 commit 6543a68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/db.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export {getId, Model} from '../src/db';
export {db, getId, Model} from '../src/db';

export {default as LegacyEntry} from '../src/db/models/entry';
export {default as LegacyRevision} from '../src/db/models/revision';
Expand Down
2 changes: 1 addition & 1 deletion api/init-db.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export {initDB} from '../src/db/init-db';
export {getKnexOptions, initDB} from '../src/db/init-db';

0 comments on commit 6543a68

Please sign in to comment.