feat: add PocketBase integration for backend connectivity
- Added pocketbase-nuxt module to enable database and authentication features - Configured PocketBase to connect to local development server at port 8090
This commit is contained in:
+6
-2
@@ -10,6 +10,10 @@ export default defineNuxtConfig({
|
||||
'@nuxt/fonts',
|
||||
'@nuxt/image',
|
||||
'@nuxt/icon',
|
||||
'@nuxt/scripts'
|
||||
]
|
||||
'@nuxt/scripts',
|
||||
'pocketbase-nuxt'
|
||||
],
|
||||
pocketbase: {
|
||||
url: 'http://localhost:8090'
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user