mirror of
https://github.com/logos-messaging/nim-chat-poc.git
synced 2026-01-02 14:13:10 +00:00
fix nim_chat_poc.nim errors
This commit is contained in:
parent
41ac446c24
commit
da7bada6b3
@ -44,4 +44,8 @@ task nim_chat_poc, "Build Waku based simple example":
|
||||
|
||||
task tui, "Build Waku based simple example":
|
||||
let name = "tui"
|
||||
buildBinary name, "examples/", " -d:chronicles_enabled=off -d:chronicles_log_level='INFO' -d:chronicles_sinks=textlines[file]"
|
||||
buildBinary name, "examples/", " -d:chronicles_enabled=on -d:chronicles_log_level='INFO' -d:chronicles_sinks=textlines[file]"
|
||||
|
||||
task bot_echo, "Build the EchoBot example":
|
||||
let name = "bot_echo"
|
||||
buildBinary name, "examples/", "-d:chronicles_log_level='INFO' -d:chronicles_disabled_topics='waku node' "
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user