Skip to content
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

Merged
merged 1 commit into from Aug 22, 2023

Conversation

pcattori
Copy link
Contributor

@pcattori pcattori commented Aug 22, 2023

remix-serve should be a CLI, not a Node library

Testing Strategy:

Existing integration tests + tested locally with LOCAL_BUILD_DIRECTORY

@changeset-bot
Copy link

changeset-bot bot commented Aug 22, 2023

🦋 Changeset detected

Latest commit: e25658d

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 16 packages
Name Type
@remix-run/serve Major
@remix-run/dev Major
create-remix Major
remix Major
@remix-run/architect Major
@remix-run/cloudflare Major
@remix-run/cloudflare-pages Major
@remix-run/cloudflare-workers Major
@remix-run/css-bundle Major
@remix-run/deno Major
@remix-run/eslint-config Major
@remix-run/express Major
@remix-run/node Major
@remix-run/react Major
@remix-run/server-runtime Major
@remix-run/testing Major

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

@pcattori pcattori changed the title refactor!(serve): remove createApp node api refactor!(serve): remove undocumented createApp node api Aug 22, 2023
@@ -1,11 +1,19 @@
import "./env";
Copy link
Contributor Author

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
@pcattori pcattori merged commit 4556266 into dev Aug 22, 2023
9 checks passed
@pcattori pcattori deleted the pedro/remix-serve-cli-only branch August 22, 2023 20:09
@github-actions github-actions bot added the awaiting release This issue has been fixed and will be released soon label Aug 22, 2023
@MichaelDeBoey MichaelDeBoey added package:serve v2 Issues related to v2 apis labels Aug 22, 2023
@github-actions
Copy link
Contributor

🤖 Hello there,

We just published version v0.0.0-nightly-49e8da1-20230823 which includes this pull request. If you'd like to take it for a test run please try it out and let us know what you think!

Thanks!

@github-actions
Copy link
Contributor

🤖 Hello there,

We just published version 2.0.0-pre.0 which includes this pull request. If you'd like to take it for a test run please try it out and let us know what you think!

Thanks!

joglr added a commit to git-truck/git-truck that referenced this pull request Nov 10, 2023
Fixes #673

See this breaking change from Remix for context:
remix-run/remix#7229
joglr added a commit to git-truck/git-truck that referenced this pull request Nov 12, 2023
Fixes #673

See this breaking change from Remix for context:
remix-run/remix#7229
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting release This issue has been fixed and will be released soon CLA Signed package:serve v2 Issues related to v2 apis
Projects
No open projects
Status: Merged
Development

Successfully merging this pull request may close these issues.

None yet

3 participants