add worker dev env
This commit is contained in:
parent
2f1e2d67f4
commit
3fbfa40360
1 changed files with 5 additions and 2 deletions
|
|
@ -28,9 +28,12 @@
|
|||
devShells = {
|
||||
default = pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
yarn
|
||||
nodejs-18_x
|
||||
wrangler
|
||||
nodejs_22
|
||||
];
|
||||
shellHook = ''
|
||||
export SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue