This commit is contained in:
Frank
2026-02-17 01:32:57 -05:00
parent ace63b3ddb
commit a93a1b93e1
10 changed files with 263 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ import { ZenData } from "../src/model"
const root = path.resolve(process.cwd(), "..", "..", "..")
const models = await $`bun sst secret list`.cwd(root).text()
const PARTS = 20
const PARTS = 30
// read the line starting with "ZEN_MODELS"
const lines = models.split("\n")