generated from alecodes/base-template
refactor!: change css library to picocss
This commit is contained in:
parent
48b0252ec4
commit
27037a9f75
6 changed files with 25 additions and 21 deletions
1
build.rs
1
build.rs
|
|
@ -15,7 +15,6 @@ fn cmd(cmd: &mut Command) {
|
|||
fn main() {
|
||||
let out_dir = env::var("OUT_DIR").unwrap();
|
||||
|
||||
cmd(Command::new("bun").args(["install"]));
|
||||
cmd(Command::new("bun").args([
|
||||
"run",
|
||||
"tmpl-build-and-load",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue