Skip to content

Commit 383c877

Browse files
committed
chore(nuxt.config): comment out websocket support in experimental settings
1 parent 54aadb3 commit 383c877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ export default defineNuxtConfig({
254254
nitro: {
255255
experimental: {
256256
wasm: true,
257-
websocket: true,
257+
// websocket: true,
258258
},
259259
esbuild: {
260260
options: {

0 commit comments

Comments
 (0)