copilot-api / entrypoint.sh
imseldrith's picture
Update entrypoint.sh
0836cdd verified
raw
history blame contribute delete
96 Bytes
#!/bin/sh
set -e
echo "Starting copilot-api..."
exec bun run dist/main.js start -g "$GH_TOKEN"