docs: reorganize server and dev release docs

This commit is contained in:
Shantur Rathore
2026-02-15 15:29:06 +00:00
parent 682937e945
commit 8c24a7daf3
2 changed files with 10 additions and 17 deletions

View File

@@ -90,7 +90,13 @@ You can configure the server using flags or environment variables:
| `--ui-auto-update <enabled>` | `CLI_UI_AUTO_UPDATE` | Enable remote UI updates (true|false) |
| `--ui-manifest-url <url>` | `CLI_UI_MANIFEST_URL` | Remote UI manifest URL |
### Update Checks (Advanced)
### Dev Releases (Advanced)
If you want the latest bleeding-edge builds (published as GitHub pre-releases), use the dev package:
```sh
npx @neuralnomads/codenomad-dev --launch
```
These environment variables control how CodeNomad checks for dev updates:
| Env Variable | Description |