@wix/create-new 0.0.64 → 0.0.65

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.
@@ -19393,7 +19393,10 @@ var wixAstroSiteConfigSchema = zod_default.object({
19393
19393
  $schema: zod_default.string().optional(),
19394
19394
  projectType: zod_default.literal("Site").optional().default("Site"),
19395
19395
  appId: zod_default.string(),
19396
- siteId: zod_default.string()
19396
+ siteId: zod_default.string(),
19397
+ site: zod_default.object({
19398
+ outputDirectory: zod_default.string().optional()
19399
+ }).optional()
19397
19400
  });
19398
19401
  var wixAstroAppConfigSchema = zod_default.object({
19399
19402
  $schema: zod_default.string().optional(),
@@ -19676,6 +19679,7 @@ export {
19676
19679
  readPackageJson,
19677
19680
  writePackageJson,
19678
19681
  updateEnvFile,
19682
+ WIX_CONFIG_FILENAME,
19679
19683
  USER_CONFIG_FILENAME,
19680
19684
  userConfigSchema,
19681
19685
  getWixConfigFilePath,
@@ -19763,4 +19767,4 @@ is-git-url/index.js:
19763
19767
  * Released under the MIT License.
19764
19768
  *)
19765
19769
  */
19766
- //# sourceMappingURL=chunk-6IGZ75IY.js.map
19770
+ //# sourceMappingURL=chunk-6R4YJJNX.js.map