refactor(tts): make cjs compatible and add sea config

This commit is contained in:
mitchell 2026-06-08 15:17:07 -04:00
parent 3235a08633
commit 39cb573619
2 changed files with 135 additions and 122 deletions

6
sea-config-tts.json Normal file
View file

@ -0,0 +1,6 @@
{
"main": "dist/tts.js",
"output": "dist/ttsc",
"useCodeCache": true,
"disableExperimentalSEAWarning": true
}