mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-07-14 18:15:56 -04:00
feat: generate and display thumbhash blur placeholders for TMDB images
This commit is contained in:
+2
-1
@@ -21,6 +21,7 @@
|
||||
"react-dom": "19.2.0",
|
||||
"tailwind-merge": "3.5.0",
|
||||
"tailwindcss": "4.2.1",
|
||||
"thumbhash": "0.1.1",
|
||||
"typescript": "5.9.3",
|
||||
"zod": "4.3.6"
|
||||
}
|
||||
@@ -33,7 +34,7 @@
|
||||
"format": "turbo run format",
|
||||
"check-types": "turbo run check-types",
|
||||
"test": "turbo run test",
|
||||
"generate:openapi": "bun scripts/generate-openapi-spec.ts"
|
||||
"generate:openapi": "bun scripts/generate-openapi-spec.ts && cd docs && bun run generate:api-docs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "2.4.7",
|
||||
|
||||
Reference in New Issue
Block a user