properly track cache token counts
publish / publish (push) Has been cancelled

This commit is contained in:
Dax Raad
2025-06-16 12:43:22 -04:00
parent f3e32fe112
commit b5723b3ace
3 changed files with 26 additions and 7 deletions
+2 -1
View File
@@ -46,7 +46,8 @@ const cli = yargs(hideBin(process.argv))
process.chdir(cwd)
const result = await App.provide(
{ cwd, version: VERSION },
async () => {
async (app) => {
App.info().path.config
const providers = await Provider.list()
if (Object.keys(providers).length === 0) {
return "needs_provider"