feat(exports): expose mod_custom, mod_output and interfaces from entry; make processSingleBundle public

This commit is contained in:
2026-02-24 19:00:42 +00:00
parent 8f129527d9
commit 3a53fffe3d
4 changed files with 12 additions and 2 deletions

View File

@@ -11,4 +11,7 @@ early.stop();
export * from './tsbundle.class.tsbundle.js';
export * from './mod_assets/index.js';
export * from './mod_html/index.js';
export * from './mod_custom/index.js';
export * from './mod_output/index.js';
export * from './interfaces/index.js';
export { runCli };