chore: updated default install path e98b10cd
Steve · 2025-10-18 11:35 1 file(s) · +1 −1
src/index.ts +1 −1
24 24
}
25 25
26 26
const DEFAULT_CONFIG: NornsConfig = {
27 -
	components: "components",
27 +
	components: "src/components",
28 28
	includeTypes: true,
29 29
};
30 30