cwchang's picture
feat: add Qwen3-TTS voice cloning application
62132be
Raw
History Blame Contribute Delete
166 Bytes
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
server: {
port: 3000,
},
})