unjs / nitro

Next Generation Server Toolkit. Create web servers with everything you need and deploy them wherever you prefer.
https://nitro.unjs.io
MIT License
5.89k stars 496 forks source link

fix: upate `cli` preset with esm module format #2539

Closed jrutila closed 3 months ago

jrutila commented 3 months ago

๐Ÿ”— Linked issue

Part of implementing #2466

โ“ Type of change

๐Ÿ“š Description

The generated server/index.mjs is no longer dependent on the require.

Also, it uses Object.entries for result headers.

๐Ÿ“ Checklist

pi0 commented 3 months ago

can you please check ts issue?