summary refs log tree commit diff
path: root/src/db/index.js
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-05-29 06:17:12 +0200
committerRory& <root@rory.gay>2025-05-29 06:17:12 +0200
commit54bcbaddc06d63f8f4263a0a0c2853f23fe67e95 (patch)
treeee230db9dbbfb883b7b2a223aa9f73666811fc25 /src/db/index.js
parentMove middlewares out of start.js (diff)
downloadnodejs-final-assignment-54bcbaddc06d63f8f4263a0a0c2853f23fe67e95.tar.xz
Allow unfree in nix flake, add mongodb-compass to devShell closure, basic mongo attempt, add test register route
Diffstat (limited to 'src/db/index.js')
-rw-r--r--src/db/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/db/index.js b/src/db/index.js

index e69de29..f55b773 100644 --- a/src/db/index.js +++ b/src/db/index.js
@@ -0,0 +1,2 @@ +export * from "./db.js"; +export * from "./schemas/index.js";