Small fixes

This commit is contained in:
dholms 2022-05-02 18:56:35 -05:00
parent f23cf12dae
commit 74d534216a
2 changed files with 3 additions and 3 deletions

@ -88,11 +88,11 @@ From project root:
# register alice
(3) yarn cli init
# prompt with 'alice' for username, 'localhost:2583' for host & true for registration
# prompt with 'alice' for username, 'localhost:2583' for host, true for registration & false for delegator client
# register bob
(4) yarn cli init
# prompt with 'bob' for username, 'localhost:2584' for host & true for registration
# prompt with 'bob' for username, 'localhost:2584' for host, true for registration & false for delegator client
# make a couple posts as alice
(3) yarn cli post "hello world"

@ -14,7 +14,7 @@
"scripts": {
"build": "wsrun -c \"build\"",
"server": "yarn workspace @adx/server start",
"server:alt": "PORT=5284 yarn server",
"server:alt": "PORT=2584 yarn server",
"cli": "yarn workspace @adx/cli cli",
"wipe-db": "yarn workspace @adx/server wipe-db"
},