Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 267 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 267 Bytes

wxt-queue

To install dependencies:

bun install

Start the server in dev mode:

bun dev

Open the link in the console to view the GraphiQL playground.

GraphQL types are generated based on the schema. This happens when running bun dev.