refactor: add --host option and default web host binding to 0.0.0.0

This commit is contained in:
2026-02-24 18:52:24 +08:00
parent 5af1a18a48
commit 00508e3121
4 changed files with 9 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ Watch mode:
## Run Web host (Ktor)
```bash
./gradlew runWeb --args='--port=8080 --scripts-dir=./scripts'
./gradlew runWeb --args='--host=0.0.0.0 --port=8080 --scripts-dir=./scripts'
```
Auth: