Add aero support and a switcher backend

This commit is contained in:
Ryan Wilson
2024-09-23 14:16:16 -04:00
parent ecc1ec9815
commit 15514e2862
4 changed files with 19 additions and 15 deletions
+7
View File
@@ -0,0 +1,7 @@
# Your bash variables here
$AERO_PATH="public/aero" # The directory where aero's files should be
./node_modules/aero-proxy/examples/install-aero.sh
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