···4040- **GitHub App name**: `kaneo-[your-instance-name]` (must be unique across GitHub)
4141- **Description**: `Kaneo project management integration`
4242- **Homepage URL**: Your planned Kaneo instance URL (e.g., `https://kaneo.yourdomain.com`)
4343-- **Webhook URL**: `https://your-kaneo-instance.com/github-integration/webhook`
4343+- **Webhook URL**: `https://your-kaneo-instance.com/api/github-integration/webhook`
4444- **Webhook secret**: Generate a secure random string (save this for later)
45454646<Callout type="warning">
+1-1
apps/docs/next-env.d.ts
···11/// <reference types="next" />
22/// <reference types="next/image-types/global" />
33-import "./.next/dev/types/routes.d.ts";
33+import "./.next/types/routes.d.ts";
4455// NOTE: This file should not be edited
66// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.