feat(flightlab): add WebSocket handler for instructor-participant session sync

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
itsrubberduck
2026-02-13 14:45:18 +01:00
parent f6444c31a5
commit 962827f138

View File

@@ -73,5 +73,10 @@ export default defineNuxtConfig({
'~/assets/css/opensquawk-glass.css',
'~/assets/css/learn-theme.css'
],
nitro: {
experimental: {
websocket: true,
},
},
})