mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-01 14:57:14 +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
6 lines
147 B
TypeScript
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';
|