mobile menu

This commit is contained in:
2025-06-08 00:08:55 +02:00
parent 0f09bf8436
commit 18fee933ec
68 changed files with 4112 additions and 416 deletions

View File

@ -2,6 +2,11 @@ import tailwindcss from '@tailwindcss/vite'
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
app: {
pageTransition: {
name: 'fade',
},
},
modules: [
'nuxt-zod-i18n',
'@nuxtjs/i18n',
@ -91,6 +96,7 @@ export default defineNuxtConfig({
// Enables the development server to be discoverable by other devices when running on iOS physical devices
devServer: {
host: process.env.TAURI_DEV_HOST || 'localhost',
port: 3003,
},
vite: {