Can't use `bun run vinxi dev` as a result of a hang, node infinitely increases in CPU and RAM usage
I try to run it, and it simply doesn't work. Building and then serving does work though
4 Replies
I'm not sure if bun works with solidstart/vinxi. Does it work with node?
according to btop, node is being used
bun dev
is an alias for bun run vinxi dev
, and i get the same result with both
The issue appears to be with nix-direnv, and not direnv or bun
fixed, for whatever reason having .direnv in the project root causes dev deployments to fail, i've made an issue upstream with direnv, will leave this open until a proper solution (other than just moving the direnv cache directory) is found