pagetop/packages/pagetop-bootsier/build.rs
2024-02-09 14:05:38 +01:00

7 lines
168 B
Rust

use pagetop_build::StaticFilesBundle;
fn main() -> std::io::Result<()> {
StaticFilesBundle::from_dir("./static")
.with_name("bootsier")
.build()
}