chore(codex): apply bun fmt to README

This commit is contained in:
Atif Ali 2026-02-04 11:43:32 +00:00
parent 316269e437
commit a443767ef3

View File

@ -50,7 +50,7 @@ module "codex" {
version = "4.2.0"
agent_id = coder_agent.example.id
enable_aibridge = true
enable_tasks = false # Standalone mode - just CLI, no Tasks UI
enable_tasks = false # Standalone mode - just CLI, no Tasks UI
# workdir not required in standalone mode!
}
```