From 37dbfc17e980cd209431476c77d9452bed067532 Mon Sep 17 00:00:00 2001 From: itsrubberduck Date: Fri, 13 Feb 2026 14:45:18 +0100 Subject: [PATCH] feat(flightlab): add WebSocket handler for instructor-participant session sync Co-Authored-By: Claude Opus 4.6 --- nuxt.config.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index 65a75bd..012dd9d 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -73,5 +73,10 @@ export default defineNuxtConfig({ '~/assets/css/opensquawk-glass.css', '~/assets/css/learn-theme.css' ], + nitro: { + experimental: { + websocket: true, + }, + }, }) \ No newline at end of file