@wix/create-new 0.0.71 → 0.0.72

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.
@@ -21352,7 +21352,13 @@ var wixAstroSiteConfigSchema = zod_default.object({
21352
21352
  appId: zod_default.string(),
21353
21353
  siteId: zod_default.string(),
21354
21354
  site: zod_default.object({
21355
- outputDirectory: zod_default.string().optional()
21355
+ outputDirectory: zod_default.union([
21356
+ zod_default.string(),
21357
+ zod_default.object({
21358
+ client: zod_default.string(),
21359
+ server: zod_default.string().optional()
21360
+ })
21361
+ ])
21356
21362
  }).optional()
21357
21363
  });
21358
21364
  var wixAstroAppConfigSchema = zod_default.object({
@@ -21730,4 +21736,4 @@ is-git-url/index.js:
21730
21736
  * Released under the MIT License.
21731
21737
  *)
21732
21738
  */
21733
- //# sourceMappingURL=chunk-4MNGTB2N.js.map
21739
+ //# sourceMappingURL=chunk-FUS6MQZW.js.map