crates: snapshot

This commit is contained in:
nym21
2025-12-30 00:49:34 +01:00
parent 5b06098368
commit ed18fd55e1
14 changed files with 303 additions and 308 deletions

View File

@@ -9,7 +9,6 @@ use std::{
};
use brk_alloc::Mimalloc;
use brk_binder::generate_js_files;
use brk_bundler::bundle;
use brk_computer::Computer;
use brk_error::Result;
@@ -119,8 +118,6 @@ pub fn run() -> color_eyre::Result<()> {
modules_path = downloaded_modules_path;
}
generate_js_files(query.inner(), &modules_path)?;
Some(
bundle(
&modules_path,