@kosdev-code/kos-codegen-core 0.1.0-next.830 → 0.1.0-next.837

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js CHANGED
@@ -1073,7 +1073,7 @@ function generateHook(codegenFs, templateDir, options, cwd, projects) {
1073
1073
  appProject.name,
1074
1074
  projects
1075
1075
  );
1076
- const componentLocation = kosConfig?.generator?.defaults?.components?.folder || "";
1076
+ const componentLocation = kosConfig?.generator?.defaults?.component?.folder || "";
1077
1077
  options.appDirectory = options.appDirectory || componentLocation;
1078
1078
  const projectRoot = appProject.sourceRoot;
1079
1079
  if (projectRoot) {