brk: fix bundler use + bundler: remove minify html crate

This commit is contained in:
nym21
2025-06-15 12:39:50 +02:00
parent ae6aa4088b
commit 6a9ac9b025
10 changed files with 127 additions and 606 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "brk_bundler"
description = "A crate that bundles the selected website for the server"
description = "A thin wrapper around rolldown"
version.workspace = true
edition.workspace = true
license.workspace = true
@@ -9,7 +9,6 @@ repository.workspace = true
[dependencies]
log = { workspace = true }
minify-html-onepass = "0.16.4"
notify = "8.0.0"
brk_rolldown = "0.0.1"
sugar_path = "1.2.0"