feat: working example

This commit is contained in:
Alexander Navarro 2025-04-11 19:42:58 -04:00
parent 9f031f4577
commit 6bed1f1c16
8 changed files with 4 additions and 101 deletions

View file

@ -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",