/
githubmirror
/
trpc
Обзор
Документация
Войти
/
githubmirror
/
trpc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/nuxt/nuxt.config.ts
8 строк
205 B
Robert Soriano
chore(examples): Add Nuxt minimal example (#6629)
24 мар 2025, 20:55
Не верифицирован
24 мар 2025, 20:55
0abf824
Код
Авторство
О чём код?
// https://nuxt.com/docs/api/configuration/nuxt-config export default defineNuxtConfig({ compatibilityDate: '2024-11-01', devtools: { enabled: true }, build: { transpile: ['trpc-nuxt'], }, });