@wix/create-new 0.0.63 → 0.0.64
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-GNLSHRVA.js → chunk-6IGZ75IY.js} +9 -2
- package/build/{chunk-GNLSHRVA.js.map → chunk-6IGZ75IY.js.map} +1 -1
- package/build/{generator-PRTIBUNH.js → generator-7ZJRN5BW.js} +2 -2
- package/build/index.js +11 -8
- package/build/index.js.map +1 -1
- package/package.json +2 -2
- /package/build/{generator-PRTIBUNH.js.map → generator-7ZJRN5BW.js.map} +0 -0
|
@@ -16436,7 +16436,6 @@ var CliSystemErrorCode = (0, import_variant.variant)({
|
|
|
16436
16436
|
FailedToDistributeClientManifestUpdate: {},
|
|
16437
16437
|
FailedToCreateRoutesWithMetaSiteUrl: {},
|
|
16438
16438
|
FailedToGetUrl: {},
|
|
16439
|
-
FailedToUpdateExternalSiteUrl: {},
|
|
16440
16439
|
FailedToGetGitHubOnboardingStatus: (0, import_variant.fields)(),
|
|
16441
16440
|
FailedToInitGitHubRepository: (0, import_variant.fields)(),
|
|
16442
16441
|
FailedToGenerateExtensionConfig: (0, import_variant.fields)(),
|
|
@@ -19408,6 +19407,9 @@ var wixAstroConfigSchema = zod_default.discriminatedUnion("projectType", [
|
|
|
19408
19407
|
wixAstroSiteConfigSchema,
|
|
19409
19408
|
wixAstroAppConfigSchema
|
|
19410
19409
|
]);
|
|
19410
|
+
var envSchema = zod_default.object({
|
|
19411
|
+
WIX_SITE_ID: zod_default.string().uuid().optional()
|
|
19412
|
+
});
|
|
19411
19413
|
var ENV_FILE_NAME = ".env.local";
|
|
19412
19414
|
var TRANSLATIONS_FILE_PATH = join6("src", "translations.json");
|
|
19413
19415
|
var devMetadataSchema = zod_default.object({
|
|
@@ -19500,6 +19502,11 @@ function getEnvFilePath(projectFolder) {
|
|
|
19500
19502
|
}
|
|
19501
19503
|
var MULTILINGUAL_DIR = join6(GIT_IGNORED_DIR, "multilingual");
|
|
19502
19504
|
var TRANSLATIONS_DIR = join6(MULTILINGUAL_DIR, "translations");
|
|
19505
|
+
var ASTRO_APP_CONFIG_PATH = join6(GIT_IGNORED_DIR, "app.config.json");
|
|
19506
|
+
var astroAppConfigSchema = zod_default.object({
|
|
19507
|
+
siteId: zod_default.string().uuid().optional(),
|
|
19508
|
+
devArmTag: zod_default.string().optional()
|
|
19509
|
+
});
|
|
19503
19510
|
|
|
19504
19511
|
// ../../node_modules/tempy/index.js
|
|
19505
19512
|
init_esm_shims();
|
|
@@ -19756,4 +19763,4 @@ is-git-url/index.js:
|
|
|
19756
19763
|
* Released under the MIT License.
|
|
19757
19764
|
*)
|
|
19758
19765
|
*/
|
|
19759
|
-
//# sourceMappingURL=chunk-
|
|
19766
|
+
//# sourceMappingURL=chunk-6IGZ75IY.js.map
|