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.13k stars 316 forks source link

feat: optimize commands for Bun #266

Closed MichaelDeBoey closed 1 year ago

MichaelDeBoey commented 1 year ago

265 needs to be merged first

MichaelDeBoey commented 1 year 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 🤷‍♂️