Aggiunge integrazione Capacitor per build APK Android

This commit is contained in:
2026-01-24 10:33:06 +01:00
parent 2e956aef75
commit 9346117603
8 changed files with 181 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import { VitePWA } from 'vite-plugin-pwa'
// https://vitejs.dev/config/
export default defineConfig({
base: process.env.NODE_ENV === 'production' ? '/segnap' : '/',
base: '/',
plugins: [
vue(),
VitePWA({