@kosdev-code/kos-codegen-core 0.1.0-next.836 → 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.mjs CHANGED
@@ -1051,7 +1051,7 @@ function generateHook(codegenFs, templateDir, options, cwd, projects) {
1051
1051
  appProject.name,
1052
1052
  projects
1053
1053
  );
1054
- const componentLocation = kosConfig?.generator?.defaults?.components?.folder || "";
1054
+ const componentLocation = kosConfig?.generator?.defaults?.component?.folder || "";
1055
1055
  options.appDirectory = options.appDirectory || componentLocation;
1056
1056
  const projectRoot = appProject.sourceRoot;
1057
1057
  if (projectRoot) {