Skip to content

Commit

Permalink
docs: update local to remote option
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Feb 21, 2024
1 parent cbd48b8 commit dbb3e90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/1.getting-started/2.installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ export default defineNuxtConfig({

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

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

```ts [nuxt.config.ts]
export default defineNuxtConfig({
modules: ['@nuxthub/core'],
hub: {
local: true
remote: true
}
})
```
Expand Down

0 comments on commit dbb3e90

Please sign in to comment.