A tiny TypeScript service used to exercise Frog's Action-only automation end to end.
The repository deliberately begins with one configuration report. Frog publishes it as a GitHub issue,
maintains the accumulating frog/sync pull request, and removes the report after the issue is resolved.
pnpm install
pnpm build
GREETING=hello PORT=3000 SERVICE_NAME=demo pnpm startGET /health returns the configured service name and greeting.