1
0
Fork 0
mirror of https://github.com/homarr-labs/dashboard-icons.git synced 2025-09-28 02:10:34 +02:00

Add og image generator

This commit is contained in:
Thomas Camlong 2025-04-18 13:57:28 +02:00
parent f9563ad359
commit 51e1d1df7b
No known key found for this signature in database
GPG key ID: A678F374F428457B
5 changed files with 1100 additions and 11 deletions

View file

@ -74,10 +74,15 @@
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.2",
"tailwindcss": "^4.1.3",
"typescript": "^5.8.3"
"typescript": "^5.8.3",
"wrangler": "^4.12.0"
},
"packageManager": "pnpm@10.8.0",
"pnpm": {
"onlyBuiltDependencies": ["@biomejs/biome", "core-js", "sharp"]
"onlyBuiltDependencies": [
"@biomejs/biome",
"core-js",
"sharp"
]
}
}