TTs whisper
This commit is contained in:
@@ -5,6 +5,10 @@ export default defineNuxtConfig({
|
||||
runtimeConfig: {
|
||||
quibotBaseUrl: process.env.QUIBOT_BASE_URL || 'http://quibot:8000',
|
||||
quibotToken: process.env.QUIBOT_TOKEN || 'MY_SECRET_TOKEN',
|
||||
public: {
|
||||
defaultLocale: 'en',
|
||||
supportedLocales: ['en', 'ca', 'es'],
|
||||
}
|
||||
},
|
||||
vite: {
|
||||
optimizeDeps: {
|
||||
|
||||
Reference in New Issue
Block a user