Add remix-run/serve dependency for Vanilla exported projects #196
Barabasbalazs
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When generating a project build from the builder app it would be nice to include the remix-run/serve dependency with a start command.
This way if the user can immediately serve the created production build. At the moment the package.json provides scripts for running a dev server and creating a production build, but none for running the production build as well.
I was thinking something along these lines:
Beta Was this translation helpful? Give feedback.
All reactions