Add proxy settings to air configuration

Adrian Simmons created

Signed-off-by: Adrian Simmons <adrinux@perlucida.co.uk>

Change summary

.air.toml | 6 ++++++
1 file changed, 6 insertions(+)

Detailed changes

.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