Skip to content

Commit dbb3e90

Browse files
committed
docs: update local to remote option
1 parent cbd48b8 commit dbb3e90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/1.getting-started/2.installation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ export default defineNuxtConfig({
4141

4242
| Key | Default | Description |
4343
|-----------------------|-----------------|-------------------------------------------------------------------------------------------------------------|
44-
| `local` | `false` | Allows working in local with production Cloudflare services. |
44+
| `remote` | `false` | Allows working with remote data (database, kv, blob) from your deployed project. |
4545

4646
Configure options in your `nuxt.config.ts` as such:
4747

4848
```ts [nuxt.config.ts]
4949
export default defineNuxtConfig({
5050
modules: ['@nuxthub/core'],
5151
hub: {
52-
local: true
52+
remote: true
5353
}
5454
})
5555
```

0 commit comments

Comments
 (0)