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 c6e7eb396f
commit 37dbfc17e9

View File

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