Skip to content

pantoken-root / ai/pantoken-ai/src / SCAFFOLD_PLATFORMS

Variabele: SCAFFOLD_PLATFORMS

const SCAFFOLD_PLATFORMS: readonly ScaffoldPlatform[]

Alpha

Elke sleutel van elk scaffoldable platform (gevonden uit beschikbare presets, plus eventuele legacy template-only platforms die nog niet door een preset worden ondersteund).

Voorbeeld

Lijst met beschikbare platforms

ts
import { SCAFFOLD_PLATFORMS } from "@pantoken/scaffold";

console.log(SCAFFOLD_PLATFORMS); // → ["components", "react", "vue", "web-components"]