fix bunfile bug

This commit is contained in:
Dax Raad
2025-06-10 18:23:19 -04:00
parent 49110f7412
commit ca3c22dc12
6 changed files with 18 additions and 16 deletions

View File

@@ -36,9 +36,6 @@ yargs(hideBin(process.argv))
await App.provide({ cwd: process.cwd(), version: VERSION }, async () => {
const providers = await Provider.list()
if (Object.keys(providers).length === 0) {
UI.empty()
UI.logo()
UI.empty()
await ProviderAddCommand.handler(args)
return
}