fix nim_chat_poc.nim errors

This commit is contained in:
Jazz Turner-Baggs 2025-09-26 18:40:57 -07:00
parent 41ac446c24
commit da7bada6b3
No known key found for this signature in database

View File

@ -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' "