Quickplay Backend Web backend for the Minecraft Quickplay mod. Development Installation Install dependencies with: bun install Running Run the program as a traditional server with: bun run dev Run the program in Cloudflare Workers serverless mode with: bun run dev:serverless