Skip to content

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

Variable: SCAFFOLD_PLATFORMS

const SCAFFOLD_PLATFORMS: readonly ScaffoldPlatform[]

Alpha

Jeder scaffoldbare Plattformschlüssel (ermittelt aus verfügbaren Presets sowie alle veralteten nur-Vorlagen-Plattformen, die noch nicht von einem Preset unterstützt werden).

Beispiel

Verfügbare Plattformen auflisten

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

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