mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-03-13 10:30:18 +08:00
* fix: request rewriter not working in transpiled code * test: add app request-rewriter test case
6 lines
162 B
TypeScript
6 lines
162 B
TypeScript
// This file ensures that the request rewriter runs before the app
|
|
|
|
import '@/utils/request-rewriter';
|
|
|
|
export default (await import('./app-bootstrap')).default;
|