feat: working example
This commit is contained in:
parent
9f031f4577
commit
6bed1f1c16
8 changed files with 4 additions and 101 deletions
3
build.rs
3
build.rs
|
|
@ -1,4 +1,3 @@
|
|||
use core::panic;
|
||||
use std::io::Write;
|
||||
use std::process::Command;
|
||||
use std::{env, io};
|
||||
|
|
@ -19,7 +18,7 @@ fn main() {
|
|||
cmd(Command::new("bun").args(["install"]));
|
||||
cmd(Command::new("bun").args([
|
||||
"run",
|
||||
"scripts/build.ts",
|
||||
"tmpl-build-and-load",
|
||||
"--outdir",
|
||||
out_dir.as_str(),
|
||||
"--globs",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue