feat(tsbundle): add npmextra-driven custom bundles, base64-ts output and interactive init wizard

This commit is contained in:
2026-01-11 19:02:55 +00:00
parent 31f7cb98ea
commit 5c53602842
14 changed files with 1073 additions and 64 deletions

5
ts/mod_init/plugins.ts Normal file
View File

@@ -0,0 +1,5 @@
export * from '../plugins.js';
import * as smartinteract from '@push.rocks/smartinteract';
export { smartinteract };