bundle models.dev at build time and ignore refresh errors
publish / publish (push) Has been cancelled

This commit is contained in:
Dax Raad
2025-06-23 14:50:19 -04:00
parent 4f5d8bba8e
commit 1894d4b014
2 changed files with 10 additions and 6 deletions
@@ -0,0 +1,4 @@
export async function data() {
const json = await fetch("https://models.dev/api.json").then((x) => x.text())
return json
}