- Co-Authored-By
- Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
fix(coder-lite): correct --dev health check path and wait longer
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
Not deployed through the forge lane
No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.
Changed files
-
modified
crates/coder-lite/src/main.rs
Diff
1 file changed, +4 -4
crates/coder-lite/src/main.rs modified +4 -4
@@ -167,20 +167,20 @@ async fn boot_dev_server() -> Result<(), Box<dyn std::error::Error>> {
| 167 | 167 |
|
| 168 | 168 |
|
| 169 | 169 |
|
| 170 |
|
|
| 170 |
|
|
| 171 | 171 |
|
| 172 | 172 |
|
| 173 | 173 |
|
| 174 |
|
|
| 174 |
|
|
| 175 | 175 |
|
| 176 | 176 |
|
| 177 |
|
|
| 177 |
|
|
| 178 | 178 |
|
| 179 | 179 |
|
| 180 | 180 |
|
| 181 | 181 |
|
| 182 | 182 |
|
| 183 |
|
|
| 183 |
|
|
| 184 | 184 |
|
| 185 | 185 |
|
| 186 | 186 |
|