Initial commit: Vuelato - buscador de vuelos
Some checks failed
ci / ci (22, ubuntu-latest) (push) Has been cancelled
Some checks failed
ci / ci (22, ubuntu-latest) (push) Has been cancelled
Nuxt 4 + Supabase + Flightics API. Incluye búsqueda de vuelos, inspiraciones, watchlist, tracking de precios y mapa interactivo. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
29
nuxt.config.ts
Normal file
29
nuxt.config.ts
Normal file
@@ -0,0 +1,29 @@
|
||||
export default defineNuxtConfig({
|
||||
modules: [
|
||||
'@nuxt/eslint',
|
||||
'@nuxt/ui',
|
||||
'@nuxtjs/supabase'
|
||||
],
|
||||
|
||||
supabase: {
|
||||
redirectOptions: {
|
||||
login: '/auth',
|
||||
callback: '/auth/confirm',
|
||||
exclude: ['/', '/search', '/results', '/explore', '/route/*', '/multi-city', '/detail/*', '/tracking', '/tracking/*'],
|
||||
}
|
||||
},
|
||||
|
||||
devtools: {
|
||||
enabled: false
|
||||
},
|
||||
|
||||
css: ['~/assets/css/main.css'],
|
||||
|
||||
routeRules: {},
|
||||
|
||||
compatibilityDate: '2025-01-15',
|
||||
|
||||
future: {
|
||||
compatibilityVersion: 4
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user