client 0.1.1-beta1

Decentralized chat client, including the client's main implementation and cli.
1
2
3
4
5
6
7
8
9
10
11
12
[build]
target = "index.html"
dist = "dist"

[watch]
address = "0.0.0.0"

[serve]
address = "127.0.0.1"
# address = "0.0.0.0"
port = 1420
open = false