Skip to content

Commit

Permalink
docs: fix typo for PRESET_REPOS
Browse files Browse the repository at this point in the history
  • Loading branch information
tankosinn committed Dec 15, 2024
1 parent 93cc69a commit b658a72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ You can now visit http://localhost:3000 and click 'Install as a GitHub app'.
You can now directly visit `http://localhost:3000/<your-user-name>/<your-repo>` to view your clusters.

## Preset repo
For local development, you can preset repo(s) using `PRESET_REPO`.
For local development, you can preset repo(s) using `PRESET_REPOS`.

```ini
PRESET_REPO=nuxt/nuxt,nitrojs/nitro
PRESET_REPOS=nuxt/nuxt,nitrojs/nitro
```
The preset repo(s) will be indexed at startup.

Expand Down

0 comments on commit b658a72

Please sign in to comment.