feat: Added python playwright config.

This commit is contained in:
Spencer Brower
2026-08-05 13:24:23 -04:00
parent 78cdffd0d8
commit c5a05d47ac
6 changed files with 264 additions and 1 deletions
+1 -1
View File
@@ -98,7 +98,7 @@
mail.command = "${pkgs.mailhog}/bin/MailHog";
web.command = "${pkgs.caddy}/bin/caddy run";
web.is_elevated = true;
docs.command = "${pkgs.pkgsite}/bin/pkgsite --http localhost:6060";
docs.command = "${pkgs.unstable.pkgsite}/bin/pkgsite --http localhost:6060";
};
devShells.default = pkgs.mkShell