mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-08-29 01:53:47 +08:00
d0c386f9a6
* fix(server): update export syntax for app-bootstrap import * chore(deps): upgrade jsdom to version 29.0.1 and related type definitions * chore(vercel): remove unused functions configuration from vercel.json * chore: add vercel cli * fix: cleanup * chore: unpin jsdom
15 lines
285 B
JSON
15 lines
285 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"framework": "hono",
|
|
"outputDirectory": "src",
|
|
"rewrites": [
|
|
{
|
|
"source": "/favicon.ico",
|
|
"destination": "/favicon.png"
|
|
}
|
|
],
|
|
"github": {
|
|
"silent": true
|
|
}
|
|
}
|