/
githubmirror
/
socket.io
Обзор
Документация
Войти
/
githubmirror
/
socket.io
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/nuxt-example/nuxt.config.ts
13 строк
229 B
Damien Arrachequesne
docs(examples): update example to Nuxt v4
28 май 2026, 20:10
Не верифицирован
28 май 2026, 20:10
1e2ae34
Код
Авторство
О чём код?
// https://nuxt.com/docs/api/configuration/nuxt-config export default defineNuxtConfig({ compatibilityDate: '2025-07-15', devtools: { enabled: true }, nitro: { experimental: { websocket: true }, } })