feat: add frontend compilation task with bun

This commit is contained in:
Alexander Navarro 2025-02-19 10:44:02 -03:00
parent 6cb75aa442
commit 6b7642b693
6 changed files with 174 additions and 0 deletions

7
bunfig.toml Normal file
View file

@ -0,0 +1,7 @@
[serve.static]
plugins = ["bun-plugin-sass"]
[install.scopes]
"@alecodes" = { token = "$NPM_REGISTRY_TOKEN", url = "https://git.alecodes.page/api/packages/alecodes/npm/" }
"@mini-strap" = { token = "$NPM_REGISTRY_TOKEN", url = "https://git.alecodes.page/api/packages/alecodes/npm/" }