remix-run / indie-stack

The Remix Stack for deploying to Fly with SQLite, authentication, testing, linting, formatting, etc.
https://remix.run/stacks
MIT License
1.09k stars 312 forks source link

feat: optimize commands for Bun #266

Closed MichaelDeBoey closed 11 months ago

MichaelDeBoey commented 11 months ago

265 needs to be merged first

MichaelDeBoey commented 11 months ago

@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 🤷‍♂️