fix(vercel): sync export default hono app (#19989)

This commit is contained in:
la3rence 2025-09-08 05:28:46 +08:00 committed by GitHub
parent 355d473ca9
commit 79cd6c0397
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
import '@/utils/request-rewriter';
export default (await import('./app-bootstrap')).default;
export { default } from './app-bootstrap';