Home
ok there is a good part to bun. it is, in fact, *very* fast. `bun --watch` is totally usable. obv one of the main reasons is that there's no typecheck step. which would be there if i used the traditional nodemon + ts-node setup. `tsc` is slow as hell :neocat_cry: but tbh since ide and precommit/ci typechecks stuff anyway, i'd say it's not really that important anyway