Skip to content

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

Değişken: SCAFFOLD_PLATFORMS

const SCAFFOLD_PLATFORMS: readonly ScaffoldPlatform[]

Alfa

Kullanılabilir ön ayarlardan keşfedilen ve ayrıca henüz bir ön ayar tarafından desteklenmeyen tüm eski yalnızca şablon platformlar dahil olmak üzere her iskeletlendirilebilir platform anahtarı.

Örnek

Kullanılabilir platformları listele

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

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