Suggestion: consider allowing createDevServer
to accept "app" as a parameter
#461
richardeschloss
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Nuxt 2 apps, sometimes it was common to first start the express app, and then build / start Nuxt using Nuxt's api. I think to help people migrate from Nuxt 2 to Nuxt3 (and Nitro), it may be a good idea to allow the method
createDevServer
to accept "app" as a parameter, defaulting to "createApp".I have a PR #454 in to help show what the proposed changes look like. Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions