We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd48b8 commit dbb3e90Copy full SHA for dbb3e90
docs/content/1.getting-started/2.installation.md
@@ -41,15 +41,15 @@ export default defineNuxtConfig({
41
42
| Key | Default | Description |
43
|-----------------------|-----------------|-------------------------------------------------------------------------------------------------------------|
44
-| `local` | `false` | Allows working in local with production Cloudflare services. |
+| `remote` | `false` | Allows working with remote data (database, kv, blob) from your deployed project. |
45
46
Configure options in your `nuxt.config.ts` as such:
47
48
```ts [nuxt.config.ts]
49
export default defineNuxtConfig({
50
modules: ['@nuxthub/core'],
51
hub: {
52
- local: true
+ remote: true
53
}
54
})
55
```
0 commit comments