Wind
Wind
I'm looking forward to it :D thank you
``` nuxt.hook('builder:watch', async (event, path) => { ``` Interestingly, the file in the server files is no longer being listened to. I am using future: { compatibilityVersion: 4 }. I’m...
I didn't see any example of using their own docs in this way?
same ubuntu problem
Hi, dear @lukasIO. You should set `sourcemap: true` in `build.config` to enable sourcemap support. unbuild does not infer from tsconfig.json. https://github.com/unjs/unbuild/issues/348
graphql needs it too much, I'm stuck today
what is the status of this issue cunku i use esm + allowImportingTsExtensions : true and build projects with .ts. the problem is now. mjs and d.ts bugs :( 
https://github.com/nitrojs/nitro/pull/3056 Thank you, it’s working great! However, the order needed to be adjusted, and the structure had to be improved. You can check out the new PR now.
> Do I need to close this one? No, @pi0 will decide after examining it.
but it gives an error because it does not find .mjs in the import in these playground areas. How do we avoid this. package.json is set according to mjs.