Use one-off workers to process requests without blocking
All checks were successful
Publish Library / Build NPM Project (push) Successful in 27s
Publish Library / Tag Version (push) Successful in 5s

This commit is contained in:
2026-02-12 19:45:17 -05:00
parent 3ed206923f
commit ad1ee48763
6 changed files with 168 additions and 140 deletions

View File

@@ -6,6 +6,7 @@ export default defineConfig({
build: {
lib: {
entry: {
asr: './src/asr.ts',
index: './src/index.ts',
embedder: './src/embedder.ts',
},