Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,29 +130,6 @@ export default defineNuxtConfig({
})
```

## Development Mode

Nuxt Studio includes an **experimental** development mode that enables real-time file system synchronization:

> You must setup a local GitHub OAuth App to use this feature (pointing to `http://localhost:3000` as callback URL).

```ts
export default defineNuxtConfig({
studio: {
development: {
sync: true // Enable development mode
}
}
})
```

When enabled, Nuxt Studio will:

- ✅ Write changes directly to your local `content/` directory
- ✅ Write media changes to your local `public/` directory
- ❌ Listen for file system changes and update the editor
- ❌ Commit changes to your repository (use your classical workflow instead)

## Contributing
You must clone the repository and create a local GitHub OAuth App (pointing to `http://localhost:3000` as callback URL).

Expand Down
Loading