pixel-point / kube-forwarder

Easy to use Kubernetes port forwarding manager
https://kube-forwarder.pixelpoint.io/
MIT License
1.08k stars 183 forks source link

feat: node 22 and pnpm support - upgrade code and dependencies #108

Open hcavarsan opened 1 month ago

hcavarsan commented 1 month ago

Due to an Electron-Builder error, the pnpm build command requires a workaround. You'll need to add the following lines to your $HOME/.pnpmrc file:

node-linker = hoisted
public-hoist-pattern=*
shamefully-hoist=true
side-effects-cache=false

PS: tests and cypress need to be updated