From 35c10d92022e11c263047f6d23897b82e11c0259 Mon Sep 17 00:00:00 2001 From: hrzlgnm Date: Sat, 28 Dec 2024 17:46:14 +0100 Subject: [PATCH] chore: set ws_protocol to "ws" in trunk config (#656) --- Trunk.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Trunk.toml b/Trunk.toml index c9a88b7..8261462 100644 --- a/Trunk.toml +++ b/Trunk.toml @@ -7,3 +7,4 @@ ignore = ["./src-tauri"] [serve] port = 1420 open = false +ws_protocol = "ws"