full tour

This commit is contained in:
Giancarmine Salucci
2025-11-30 09:06:44 +01:00
parent 0477964009
commit 23583f54c6
18 changed files with 1679 additions and 89 deletions

View File

@@ -5,6 +5,11 @@ import { sveltekit } from '@sveltejs/kit/vite';
import { SvelteKitPWA } from '@vite-pwa/sveltekit';
export default defineConfig({
server: {
watch: {
ignored: ['**/debug_page.txt']
}
},
plugins: [
SvelteKitPWA({
srcDir: './src',