@dreamboard-games/cli 0.1.30-alpha.4 → 0.1.30-alpha.5
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.
|
@@ -926,7 +926,7 @@ var createClient = (config2 = {}) => {
|
|
|
926
926
|
var client = createClient(createConfig({ baseUrl: "https://dreamboard.games" }));
|
|
927
927
|
|
|
928
928
|
// src/build-target.ts
|
|
929
|
-
var injectedBuildChannel = true ? "
|
|
929
|
+
var injectedBuildChannel = true ? "development" : void 0;
|
|
930
930
|
var BUILD_CHANNEL = injectedBuildChannel === "published" ? "published" : "development";
|
|
931
931
|
var IS_PUBLISHED_BUILD = BUILD_CHANNEL === "published";
|
|
932
932
|
var PUBLISHED_ENVIRONMENT = "prod";
|
|
@@ -23024,4 +23024,4 @@ export {
|
|
|
23024
23024
|
generateReducerNativeArtifacts,
|
|
23025
23025
|
runReducerNativeScenarios
|
|
23026
23026
|
};
|
|
23027
|
-
//# sourceMappingURL=chunk-
|
|
23027
|
+
//# sourceMappingURL=chunk-TBA3T4TX.js.map
|