hermes/backend/backends.dev.json
greysoh 0b73b4aa47
feature: Adds backend system and basic API.
This adds the backend API, as well as backend infrastructure, including
autostarting and basic communication between the Goroutine + Application.
2024-12-23 15:52:16 -05:00

10 lines
141 B
JSON

[
{
"name": "ssh",
"path": "./sshbackend/sshbackend"
},
{
"name": "dummy",
"path": "./dummybackend/dummybackend"
}
]