fastify / fastify-cli

Run a Fastify application with one command!
MIT License
644 stars 160 forks source link

feat: add support for preloading ES module with --import flag #713

Closed weixinwu closed 4 months ago

weixinwu commented 4 months ago

This PR adds support for preloading ES modules with the --import flag. Related issue discussed in #671

Checklist