What version of Elysia is running?
No response
What platform is your computer?
No response
What steps can reproduce the bug?
const app = new Elysia({
aot: true,
precompile: true,
}).use(openapi()).use(serverTiming())
.get('/hello', () => 'hello')
.listen(Bun.env.PORT || 3000)
Server-Timing handle.anonymous;dur=0.011299999983748421,total;dur=NaN
What is the expected behavior?
No response
What do you see instead?
No response
Additional information
No response
Have you try removing the node_modules and bun.lockb and try again yet?
No response
What version of Elysia is running?
No response
What platform is your computer?
No response
What steps can reproduce the bug?
What is the expected behavior?
No response
What do you see instead?
No response
Additional information
No response
Have you try removing the
node_modulesandbun.lockband try again yet?No response