diff --git a/nuxt.config.ts b/nuxt.config.ts index accc33f..4c2c42f 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -122,6 +122,7 @@ export default defineNuxtConfig({ nitro: { experimental: { openAPI: true, + websocket: true, }, }, @@ -154,4 +155,4 @@ export default defineNuxtConfig({ }, compatibilityDate: '2024-08-19', -}) \ No newline at end of file +})