Files
Rémi Bouteiller 306fd8741b style: apply repo-wide biome rewrites
Capture the repo-wide Biome formatting pass and fold the tiny BMP palette helpers back into render-bmp.ts so the monochrome palette fix stays self-contained.

Made-with: Cursor
2026-04-24 11:20:18 -07:00

10 lines
147 B
JSON

{
"$schema": "https://openapi.vercel.sh/vercel.json",
"crons": [
{
"path": "/api/bitmap/wikipedia.bmp",
"schedule": "0 0 * * *"
}
]
}