feat(tts): support edge tts on cloudflare worker (#3819)

This commit is contained in:
Huang Xin
2026-04-10 21:32:06 +08:00
committed by GitHub
parent 07e3248780
commit 3df75a67f9
8 changed files with 505 additions and 56 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,css,json,md,html,yml}\"",
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,css,json,md,html,yml}\""
},
"packageManager": "pnpm@10.30.3",
"packageManager": "pnpm@10.33.0",
"devDependencies": {
"@biomejs/biome": "^2.4.9",
"@sindresorhus/tsconfig": "^6.0.0",