Merge pull request #35 from MovByte/aero

Make UV the default proxy
This commit is contained in:
proudparrot2 2024-09-23 13:37:30 -05:00 committed by GitHub
commit 72eb44dbf2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

1
deps.sh Normal file → Executable file
View file

@ -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