RSSHub/lib/app.ts

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';