@wix/astro 1.0.10 → 1.0.11

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/build/index.js CHANGED
@@ -18244,7 +18244,7 @@ var createIntegration = () => {
18244
18244
  model ??= await createProjectModel(logger);
18245
18245
  const appManifest = generateAppManifest(model);
18246
18246
  const outDir = fileURLToPath3(_config.outDir);
18247
- const rootDir = fileURLToPath3(_config.outDir);
18247
+ const rootDir = fileURLToPath3(_config.root);
18248
18248
  const appManifestPath = join6(outDir, "_wix/app-manifest.json");
18249
18249
  await writeJson(appManifestPath, appManifest, { spaces: 2 });
18250
18250
  await writeJson(