rsshub / lib /app.ts
asemxin
Initial commit for HF Spaces
bf48b89
// This file ensures that the request rewriter runs before the app
import '@/utils/request-rewriter';
export default (await import('./app-bootstrap')).default;