From 251b670c8bdb885b24631288589eedf3b3e3efaf Mon Sep 17 00:00:00 2001 From: Adrian Simmons Date: Fri, 27 Sep 2024 15:27:46 +0100 Subject: [PATCH] Add proxy settings to air configuration Signed-off-by: Adrian Simmons --- .air.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.air.toml b/.air.toml index 1ae991dd5d20916f5f0a6f4dfedc1a7a07d6a7ff..8ce03393c1960f377ef3b13ef799ad7ef9a550f9 100644 --- a/.air.toml +++ b/.air.toml @@ -46,3 +46,9 @@ tmp_dir = "tmp" [screen] clear_on_rebuild = true keep_scroll = true + + +[proxy] + enabled = true + proxy_port = 8888 + app_port = 1313