Merge pull request #6664 from justincqz/docs/remove-web-command

docs: remove references to 'kilo web' in documentation
This commit is contained in:
Mark IJbema
2026-04-08 17:24:00 +02:00
committed by GitHub
-2
View File
@@ -72,12 +72,10 @@ During development, `bun dev` is the local equivalent of the built `kilo` comman
# Development (from project root)
bun dev --help # Show all available commands
bun dev serve # Start headless API server
bun dev web # Start server + open web interface
# Production
kilo --help # Show all available commands
kilo serve # Start headless API server
kilo web # Start server + open web interface
```
### Testing with a local backend