@wix/create-new 0.0.71 → 0.0.73
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/{chunk-4MNGTB2N.js → chunk-FUS6MQZW.js} +8 -2
- package/build/{chunk-4MNGTB2N.js.map → chunk-FUS6MQZW.js.map} +1 -1
- package/build/{generator-23FBIF5G.js → generator-2JIICGOZ.js} +2 -2
- package/build/index.js +7 -6
- package/build/index.js.map +1 -1
- package/package.json +2 -2
- /package/build/{generator-23FBIF5G.js.map → generator-2JIICGOZ.js.map} +0 -0
|
@@ -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.
|
|
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-
|
|
21739
|
+
//# sourceMappingURL=chunk-FUS6MQZW.js.map
|