refactor: build fronend via cli to allow watch mode

This commit is contained in:
Alexander Navarro 2025-02-19 13:25:35 -03:00
parent 3e0dd79217
commit e0e8700baa
4 changed files with 20 additions and 22 deletions

3
.devfiles/init-bun.ts Normal file
View file

@ -0,0 +1,3 @@
import sassPlugin from "@alecodes/bun-plugin-sass";
Bun.plugin(sassPlugin);