phase1: add websocket edge and nostr message codec

This commit is contained in:
2026-03-13 19:00:41 +01:00
parent 5e478cd305
commit 953ccb60f4
11 changed files with 360 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
import Config
config :logger, level: :warning
config :parrhesia, Parrhesia.Web.Endpoint,
port: 0,
ip: {127, 0, 0, 1}