Polyglot sandbox for Inngest. Useful for testing features and troubleshooting.
# Install Python dependencies
uv sync --all-packages
# Install TypeScript dependencies
pnpm install
# Create root env var file
cp example.env .envRun Dev Server:
npx inngest-cli@latest dev -u localhost:3939/api/inngestStart an app:
# Go app
(cd go && make dev)
# Python apps
uv run --directory py-fastapi make dev
uv run --directory py-flask make dev
uv run --directory py-connect make dev
# TypeScript apps
pnpm -C ts-express run dev
pnpm -C ts-cloudflare-worker run dev
pnpm -C ts-connect run dev
pnpm -C ts-next run devEnv vars in the root .env file reflect in all apps.
go run ./cli update-inngest