generated from alecodes/base-template
feat: add frontend compilation task with bun
This commit is contained in:
parent
6cb75aa442
commit
6b7642b693
6 changed files with 174 additions and 0 deletions
7
bunfig.toml
Normal file
7
bunfig.toml
Normal 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/" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue