Inngest Setup This skill sets up Inngest in a TypeScript project from scratch, covering installation, client configuration, connection modes, and local development. These skills are focused on TypeScript. For Python or Go, refer to the Inngest documentation for language-specific guidance. Core concepts apply across all languages. Prerequisites - Node.js 18+ (Node.js 22.4+ r ecommended for WebSocket support) - TypeScript project - Package manager (npm, yarn, pnpm, or bun) Step 1: Install the Inngest SDK Install the npm package in your project: Step 2: Create an Inngest Client Create a shared c…