Skip to main content
Module

x/gustwind/types.ts>ProjectMeta

🐳💨 – Deno powered JSON oriented site generator
Go to Latest
type alias ProjectMeta
import { type ProjectMeta } from "https://deno.land/x/gustwind@v0.32.2/types.ts";
definition: { port: number; amountOfBuildThreads: number | "cpuMax" | "cpuHalf"; scripts?: Scripts; meta: Meta; paths: { assets?: string; components: string; dataSources: string; layouts: string; output: string; routes: string; scripts?: string[]; transforms: string; pageUtilities?: string; twindSetup?: string; }; features?: { extractCSS?: boolean; showEditorAlways?: boolean; }; }