From 54bcbaddc06d63f8f4263a0a0c2853f23fe67e95 Mon Sep 17 00:00:00 2001 From: Rory& Date: Thu, 29 May 2025 06:17:12 +0200 Subject: Allow unfree in nix flake, add mongodb-compass to devShell closure, basic mongo attempt, add test register route --- src/db/index.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/db/index.js') 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"; -- cgit 1.5.1