WP1: Create bash-executor.ts with unified bash execution

This commit is contained in:
Mario Zechner 2025-12-09 00:01:36 +01:00
parent cceb44410e
commit 3f305502cd
3 changed files with 185 additions and 3 deletions

View file

@ -0,0 +1,5 @@
/**
* Core modules shared between all run modes.
*/
export { type BashExecutorOptions, type BashResult, executeBash } from "./bash-executor.js";