- Co-Authored-By
- Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Make coder-lite --dev tolerate an already-running dev server.
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
Cargo.lock -
modified
crates/coder-lite/Cargo.toml -
modified
crates/coder-lite/src/main.rs
Diff
3 files changed, +5 -13
Cargo.lock modified -1
crates/coder-lite/Cargo.toml modified -1
@@ -14,5 +14,4 @@ tokio = { version = "1", features = ["full"] }
| 14 | 14 |
|
| 15 | 15 |
|
| 16 | 16 |
|
| 17 |
|
|
| 18 | 17 |
|
crates/coder-lite/src/main.rs modified +5 -11
@@ -3,8 +3,9 @@
| 3 | 3 |
|
| 4 | 4 |
|
| 5 | 5 |
|
| 6 |
|
|
| 6 | 7 |
|
| 7 |
|
|
| 8 |
|
|
| 8 | 9 |
|
| 9 | 10 |
|
| 10 | 11 |
|
@@ -51,16 +52,9 @@ async fn boot_dev_server() -> Result<(), Box<dyn std::error::Error>> {
| 51 | 52 |
|
| 52 | 53 |
|
| 53 | 54 |
|
| 54 |
|
|
| 55 |
|
|
| 56 |
|
|
| 57 |
|
|
| 58 |
|
|
| 59 |
|
|
| 60 |
|
|
| 61 |
|
|
| 62 |
|
|
| 63 |
|
|
| 55 |
|
|
| 56 |
|
|
| 57 |
|
|
| 64 | 58 |
|
| 65 | 59 |
|
| 66 | 60 |
|