Skip to content

Commit 1d5a8e0

Browse files
committed
chore(playground): add websocket experimental flag
1 parent b566b53 commit 1d5a8e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playground/nuxt.config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ export default defineNuxtConfig({
2525
nitro: {
2626
// preset: 'cloudflare-durable',
2727
experimental: {
28-
openAPI: true
29-
// websocket: true
28+
openAPI: true,
29+
websocket: true
3030
}
3131
},
3232

0 commit comments

Comments
 (0)