update installation

This commit is contained in:
wobsoriano
2022-12-18 23:33:47 -08:00
parent 80573fb32e
commit 5b1cdb6846
2 changed files with 11 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
// https://v3.nuxtjs.org/api/configuration/nuxt.config
export default defineNuxtConfig({
build: {
transpile: ['trpc-nuxt/client']
}
})