### What version of Elysia is running? _No response_ ### What platform is your computer? _No response_ ### What steps can reproduce the bug? ```ts const app = new Elysia({ aot: true, precompile: true, }).use(openapi()).use(serverTiming()) .get('/hello', () => 'hello') .listen(Bun.env.PORT || 3000) ``` <img width="1509" height="597" alt="Image" src="https://github.com/user-attachments/assets/f35c513f-1bb1-4c3a-84eb-f223551cd68c" /> 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_