restruct: timetable view

This commit is contained in:
2025-04-30 18:51:39 +02:00
parent 2c660b556e
commit c4473673a7
9 changed files with 664 additions and 522 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ export default defineConfig({
globPatterns: ['**/*.{js,css,html,png,svg,jpg,ico}'],
cleanupOutdatedCaches: true
},
devOptions: { enabled: true }
devOptions: { enabled: false, suppressWarnings: true }
})
],
server: {