mirror of https://github.com/sbt/sbt.git
Updated Client server discovery lifecycle (markdown)
parent
89ed4bb81b
commit
9344a70bd3
|
|
@ -1,12 +1,21 @@
|
|||
For older discussion see [XArchived: Client server discovery lifecycle](./XArchived:-Client-server-discovery-lifecycle)
|
||||
|
||||
### active.json
|
||||
### ref.json
|
||||
|
||||
This file will be placed under `$cwd/project/target/`.
|
||||
|
||||
```
|
||||
{
|
||||
"portfile": "file:///Users/xxx/.sbt/server/$hash_of_cwd/portfile.json",
|
||||
"portfile": "file:///Users/xxx/.sbt/server/$hash_of_cwd/active.json",
|
||||
"url": "tcp://127.0.0.0:xxxx"
|
||||
}
|
||||
```
|
||||
|
||||
### active.json
|
||||
|
||||
```
|
||||
{
|
||||
"url": "tcp://127.0.0.0:xxxx"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue