summary refs log tree commit diff
path: root/src/db/index.js
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-06-01 01:03:40 +0200
committerRory& <root@rory.gay>2025-06-01 01:03:40 +0200
commit99220d73469210f94493ef92a9edc64ab50eb0d9 (patch)
tree765781a300db5c1e1a15afaa8bd09f48712a5313 /src/db/index.js
parentInit test frontend (diff)
downloadnodejs-final-assignment-99220d73469210f94493ef92a9edc64ab50eb0d9.tar.xz
Add some tests
Diffstat (limited to 'src/db/index.js')
-rw-r--r--src/db/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/db/index.js b/src/db/index.js

index cd306b7..0680880 100644 --- a/src/db/index.js +++ b/src/db/index.js
@@ -1,2 +1,3 @@ export * from './db.js'; export * from './schemas/index.js'; +export * from './dbAccess/index.js';