feat: add cloudflare pages compat

This commit is contained in:
uku 2024-10-21 17:10:49 +02:00
parent 9d471f92a3
commit 32af8cd086
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
7 changed files with 12 additions and 6 deletions

View file

@ -19,7 +19,7 @@
}: {
devShells.default = with pkgs;
mkShellNoCC {
buildInputs = [bun];
buildInputs = [bun wrangler];
};
formatter = pkgs.alejandra;