Make UV the default proxy
This commit is contained in:
parent
15514e2862
commit
9c06b4925b
1 changed files with 1 additions and 0 deletions
1
deps.sh
Normal file → Executable file
1
deps.sh
Normal file → Executable 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue