chore: update nix dev shells and pnpm build settings

This commit is contained in:
2026-08-10 23:58:02 -04:00
parent 448e0e0090
commit 0963ee85c2
4 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ pkgs.mkShell {
(import ./frontend/shell.nix { inherit pkgs; })
(import ./backend/shell.nix { inherit pkgs; })
];
}
}