Files
RSSHub/lib/app.ts
T
Tony d0c386f9a6 chore: unpin jsdom (#21505)
* 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
2026-03-25 23:16:40 +08:00

6 lines
147 B
TypeScript

// This file ensures that the request rewriter runs before the app
import '@/utils/request-rewriter';
export { default } from './app-bootstrap';