#bunfig.toml is ignored

1 messages · Page 1 of 1 (latest)

lunar raptor
#
# 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

cold anvil
#

yeah it doesn't read bunfig by default

#

i think you can use -c to manually make it, or at that point have --bun