From 9c06b4925b10d63f4d50fac003efcfa0d4072c80 Mon Sep 17 00:00:00 2001 From: Ryan Wilson Date: Mon, 23 Sep 2024 14:28:48 -0400 Subject: [PATCH] Make UV the default proxy --- deps.sh | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 deps.sh diff --git a/deps.sh b/deps.sh old mode 100644 new mode 100755 index 7370da5..f9cfd38 --- a/deps.sh +++ b/deps.sh @@ -5,3 +5,4 @@ $AERO_PATH="public/aero" # The directory where aero's files should be curl https://raw.githubusercontent.com/vortexdeveloperlabs/sdk/refs/heads/main/aeroHandleSimple.js -o public/aeroHandleSimple.js cp ./node_modules/aero-proxy/examples/swWithSwitcher.js public/sw.js +sed -i 's/const defaultProxy = "aero";/const defaultProxy = "uv";/' public/sw.js