vercel ai gateway

This commit is contained in:
Dax Raad
2025-07-19 10:08:24 -04:00
parent 3c3a997d2a
commit 4bbbbac5f6
2 changed files with 8 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ await Promise.all([
fs.mkdir(Global.Path.state, { recursive: true }),
])
const CACHE_VERSION = "2"
const CACHE_VERSION = "3"
const version = await Bun.file(path.join(Global.Path.cache, "version"))
.text()