working with voice tts

This commit is contained in:
Will
2026-03-29 19:17:02 +01:00
commit d577528e47
24 changed files with 7628 additions and 0 deletions

7
postcss.config.mjs Normal file
View File

@@ -0,0 +1,7 @@
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;