add worker dev env

This commit is contained in:
Abel Luck 2026-02-26 09:40:54 +01:00
parent 2f1e2d67f4
commit 3fbfa40360

View file

@ -28,9 +28,12 @@
devShells = { devShells = {
default = pkgs.mkShell { default = pkgs.mkShell {
packages = with pkgs; [ packages = with pkgs; [
yarn wrangler
nodejs-18_x nodejs_22
]; ];
shellHook = ''
export SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
'';
}; };
}; };
}; };