From 9707e0e5f6a816526e3684b17f043bfbce9affce Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Mon, 18 Aug 2025 11:46:00 -0400 Subject: [PATCH] Move to port 600* so that I don't conflict with my other projects. --- .air.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.air.toml b/.air.toml index b2de547..9fecc4b 100644 --- a/.air.toml +++ b/.air.toml @@ -43,9 +43,9 @@ tmp_dir = "tmp" clean_on_exit = false [proxy] - app_port = 5001 + app_port = 6001 enabled = true - proxy_port = 5002 + proxy_port = 6002 [screen] clear_on_rebuild = false