mirror of
https://github.com/sbt/sbt.git
synced 2026-08-22 14:17:13 +02:00
Updated Client server discovery lifecycle (markdown)
@@ -1 +1,12 @@
|
|||||||
For older discussion see [XArchived: Client server discovery lifecycle](./XArchived:-Client-server-discovery-lifecycle)
|
For older discussion see [XArchived: Client server discovery lifecycle](./XArchived:-Client-server-discovery-lifecycle)
|
||||||
|
|
||||||
|
### active.json
|
||||||
|
|
||||||
|
This file will be placed under `$cwd/project/target/`.
|
||||||
|
|
||||||
|
```
|
||||||
|
{
|
||||||
|
"portfile": "file:///Users/xxx/.sbt/server/$hash_of_cwd/portfile.json",
|
||||||
|
"url": "tcp://127.0.0.0:xxxx"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user