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