yum-slop/TaSTT
Free self-hosted STT for VRChat.
git clone https://git.yummers.dev/yum-slop/TaSTT
f6b93a2
master
1/** @type { import('tailwindcss').Config } */ 2module . exports = { 3content :[ 4"./*.html" , 5"./*.js" , 6"./src/**/*.{html,js}" 7], 8theme :{ 9extend :{}, 10}, 11plugins :[], 12} 13