Migrate everything from Yarn to Bun

No node.js or npm necessary anymore
This commit is contained in:
2026-08-09 18:13:26 -06:00
parent 8a6e733316
commit 39d9f9b312
12 changed files with 303 additions and 1066 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
web: bin/rails server -b 0.0.0.0 -p 3000
css: yarn build:css --watch
css: bun run build:css:tailwind --watch