This commit is contained in:
wobsoriano
2022-11-08 08:59:32 -08:00
parent 1fc4d9d0d0
commit 67f95756ab
6 changed files with 596 additions and 1186 deletions

View File

@@ -1,5 +1,5 @@
export default defineAppConfig({
docus: {
title: 'tRPC Nuxt',
},
title: 'tRPC Nuxt'
}
})