build: simplify build & run process of FE files

use external bun packages to bundle files, run this package in the
build.rs script
This commit is contained in:
Alexander Navarro 2025-04-14 11:50:17 -04:00
parent e379967907
commit 6ee345763f
6 changed files with 40 additions and 77 deletions

View file

@ -3,8 +3,7 @@
"module": "index.ts",
"version": "0.0.0",
"devDependencies": {
"@alecodes/bun-plugin-sass": "^0.1.2",
"@alecodes/bun-static-builder": "^0.1.0",
"@alecodes/tmpl-build-and-load": "^0.1.3",
"@types/bun": "latest"
},
"peerDependencies": {
@ -17,4 +16,3 @@
"htmx.org": "2.0.4"
}
}