This commit is contained in:
Dax Raad
2026-01-24 14:14:17 -05:00
parent 68bd16df69
commit 0d9ca0ea31

View File

@@ -88,6 +88,7 @@ export namespace ModelsDev {
const file = Bun.file(filepath)
const result = await file.json().catch(() => {})
if (result) return result
// @ts-ignore
const snapshot = await import("./models-snapshot")
.then((m) => m.snapshot as Record<string, unknown>)
.catch(() => undefined)