diff --git a/compile.sh b/compile.sh new file mode 100755 index 0000000..64f69b1 --- /dev/null +++ b/compile.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +cd ./invidious-companion +deno compile --include ./src/lib/helpers/youtubePlayerReq.ts --include ./src/lib/helpers/getFetchClient.ts --output ../invidious_companion --allow-import=github.com:443,jsr.io:443,raw.githubusercontent.com:443,esm.sh:443,deno.land:443 --allow-net --allow-env --allow-read --allow-sys=hostname --allow-write=/var/tmp/youtubei.js src/main.ts \ No newline at end of file