feat: PWA photo capture with IndexedDB storage #1

Merged
toph merged 6 commits from feat/20260226-photo-capture into main 2026-02-26 23:27:01 +00:00
Showing only changes of commit 9621c1b727 - Show all commits

View file

@ -169,7 +169,8 @@
};
devShells.default = pkgs.mkShell {
packages = sd-card.packages.${system}.tools # tea, jq, nodejs, playwright
packages =
sd-card.packages.${system}.tools # tea, jq, nodejs, playwright
++ (with pkgs; [
nodejs
nodePackages.npm