# bunfig.toml
[run]
bun = true
and still it isn't being used:
╭─padow@padow ~/test
╰─$ cat bunfig.toml
[run]
bun = true
╭─padow@padow ~/test
╰─$ bunx which node
/home/padow/.nvm/versions/node/v18.19.0/bin/node
╭─padow@padow ~/test
╰─$ bunx --bun which node
/tmp/bun-node-631e67484/node
Even when I try running bun run build (which is vite build), it doesn't find the package bun