move websocket globally and modify mainn page

This commit is contained in:
Adrian Zuercher
2025-05-06 05:33:54 +02:00
parent 488ce84ae9
commit a059d282ed
9 changed files with 176 additions and 101 deletions

View File

@@ -11,7 +11,7 @@ export default defineConfig((/* ctx */) => {
// app boot file (/src/boot)
// --> boot files are part of "main.js"
// https://v2.quasar.dev/quasar-cli-vite/boot-files
boot: [],
boot: ['websocket'],
// https://v2.quasar.dev/quasar-cli-vite/quasar-config-file#css
css: ['app.scss'],