This commit is contained in:
Zacharias-Brohn
2026-01-15 14:22:35 +01:00
parent cf230fbd46
commit 56b64c30e8
4 changed files with 7722 additions and 95 deletions
+2 -1
View File
@@ -18,7 +18,8 @@
"prettier:write": "prettier --write \"**/*.{ts,tsx}\"",
"test": "npx next typegen && npm run prettier:check && npm run lint && npm run typecheck && npm run jest",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build"
"storybook:build": "storybook build",
"scrape-models": "node scripts/scrape-ollama-models.mjs"
},
"dependencies": {
"@mantine/core": "^8.3.12",