Environment
node -v
v23.9.0
"jiti": "^2.4.2"
"h3": "^1.15.1"
"listhen": "^1.9.0"
Reproduction
JITI_JSX=true listhen --open --ws -w ./src/Server/ServerNodeJiti.ts
For
import { createApp,, defineEventHandler } from 'h3'
export const app = createApp()
export default app
Gives

Describe the bug
Exporting both app const and default app in h3 breaks listhen.
Additional context
No response
Logs
Environment
Reproduction
JITI_JSX=true listhen --open --ws -w ./src/Server/ServerNodeJiti.tsFor
Gives
Describe the bug
Exporting both
appconst and default app in h3 breaks listhen.Additional context
No response
Logs