mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
* docs(quickstart): redesign demo-warehouse callout with sticker icons Replaces the plain warning-style callout with a two-column layout: text and a pill-shaped CTA on the left, a 2x2 cluster of rotated Postgres, Metabase, dbt, and Notion sticker tiles on the right. Adds the four connector SVGs under docs-site/public/icons/ to support it. * chore(docs-site): refresh auto-generated next-env.d.ts
6 lines
251 B
TypeScript
6 lines
251 B
TypeScript
/// <reference types="next" />
|
|
/// <reference types="next/image-types/global" />
|
|
import "./.next/dev/types/routes.d.ts";
|
|
|
|
// NOTE: This file should not be edited
|
|
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|