-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor!(serve): remove undocumented createApp
node api
#7229
Conversation
🦋 Changeset detectedLatest commit: e25658d The changes in this PR will be included in the next version bump. This PR includes changesets to release 16 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
createApp
node apicreateApp
node api
1e352a4
to
aa6db4d
Compare
@@ -1,11 +1,19 @@ | |||
import "./env"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I inlined code from ./env
and ./index
into this file
remix-serve should be a CLI, not a Node library
aa6db4d
to
e25658d
Compare
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
Fixes #673 See this breaking change from Remix for context: remix-run/remix#7229
Fixes #673 See this breaking change from Remix for context: remix-run/remix#7229
remix-serve should be a CLI, not a Node library
Testing Strategy:
Existing integration tests + tested locally with
LOCAL_BUILD_DIRECTORY