mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-09 08:03:50 +00:00
fix(bun): disable large transpiling cache
This commit is contained in:
@@ -571,6 +571,7 @@ pub fn copy_recursively(
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
let original = entry.path();
|
||||
|
||||
if filetype.is_dir() {
|
||||
@@ -1290,6 +1291,10 @@ pub async fn get_common_bun_proc_envs(base_internal_url: &str) -> HashMap<String
|
||||
String::from("BUN_INSTALL_CACHE_DIR"),
|
||||
BUN_CACHE_DIR.to_string(),
|
||||
),
|
||||
(
|
||||
String::from("BUN_RUNTIME_TRANSPILER_CACHE_PATH"),
|
||||
"0".to_string(),
|
||||
),
|
||||
]);
|
||||
|
||||
if let Some(ref node_path) = NODE_PATH.as_ref() {
|
||||
|
||||
Reference in New Issue
Block a user