deno.land / x / oauth4webapi@v1.2.2 / tap / .workers.sh

.workers.sh
1
2
3
4
5
6
7
./node_modules/.bin/esbuild --format=esm --bundle --target=esnext tap/run-workers.ts > tap/run-workers.js./node_modules/.bin/workerd serve --verbose tap/.workers.capnp &sleep 1failed=$(curl -s http://localhost:8080 | jq '.failed')kill $(ps aux | grep 'workerd' | grep -v 'grep' | awk '{print $2}')test $failed -eq 0
oauth4webapi

Version Info

Tagged at
2 years ago