wip refacto

This commit is contained in:
Florian Schmitt 2025-06-08 18:27:17 +03:00
parent cf7fb776bd
commit 28071e585f
18 changed files with 2270 additions and 7587 deletions

View file

@ -5,6 +5,7 @@ with pkgs;
mkShell {
buildInputs = [
node-gyp
redis
bun
];