mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-14 12:14:40 +01:00
Example: Added a basic example with a product call
This commit is contained in:
7
examples/basic-example/nuxt.config.ts
Normal file
7
examples/basic-example/nuxt.config.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
devtools: { enabled: true },
|
||||
build: {
|
||||
transpile: ['trpc-nuxt'],
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user