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

feat: optimize commands for Bun #266

Merged

Conversation

MichaelDeBoey
Copy link
Member

@MichaelDeBoey MichaelDeBoey commented Oct 21, 2023

#265 needs to be merged first

Copy link
Contributor

@brophdawg11 brophdawg11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is ok for now - but I worry about this expanding in complexity down the road. Hopefully since we don't really plan to add functionality to these stacks it won't be much to change in the future.

Let's be cognizant of a lot of complexity sneaking in the future. If it expands a lot we may be better off just making a bun indie stack instead of trying to fork the internals in here

@MichaelDeBoey MichaelDeBoey marked this pull request as ready for review October 24, 2023 11:10
@MichaelDeBoey
Copy link
Member Author

@brophdawg11 The only thing I'm doing here is dropping usage of ts-node since Bun supports TS natively
The stack is still TS by default and if people want to use it with JS, they can still create a fork 🤷‍♂️

@MichaelDeBoey MichaelDeBoey merged commit a9678c5 into remix-run:main Oct 24, 2023
6 checks passed
@MichaelDeBoey MichaelDeBoey deleted the optimize-commands-for-Bun branch October 24, 2023 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants