-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
Currently the auth tokens etc are written to a bunfig.toml file in the working directory. If the project is a monorepo and we run a bun install in a subdirectory, this config is not picked up.
If we can place the config in $HOME/.bunfig.toml then it would be picked up regardless of where we run bun install.
However I tried manually moving mv bunfig.toml $HOME/.bunfig.toml but bun still does not pick up the config. Could it be that bun does not expand the $BUN_AUTH_TOKEN env variable placeholder when it is in the global/home directory?
videate-josh, carlosmfreitas2409, typed-sigterm, jutonz and Sayrix
Metadata
Metadata
Assignees
Labels
No labels