WIP: Supposed to be a CI/CD service for web extensions, queuing up releases that are waiting for review in stores. Currently just an API for getting extension details from various stores.
HTMLMIT
wxt-queue
To install dependencies:
bun install
Start the server in dev mode:
bun dev
Open the link in the console to view the Open API docs.
GraphQL types are generated based on the schema. This happens when running bun dev.