fix(index): Export mod_assets for programmatic use

This commit is contained in:
2025-01-29 13:18:04 +01:00
parent 3fa8b0ca3b
commit 0538ed44af
3 changed files with 7 additions and 1 deletions

View File

@ -9,5 +9,6 @@ early.stop();
// lets make this usable programmatically
export * from './tsbundle.class.tsbundle.js';
export * from './mod_assets/index.js';
export * from './mod_html/index.js';
export { runCli };