create-fleetbo-project 1.2.77 → 1.2.78
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.
|
@@ -18,11 +18,11 @@ const dotenv = require('dotenv');
|
|
|
18
18
|
const os = require('os');
|
|
19
19
|
const archiver = require('archiver');
|
|
20
20
|
const readline = require('readline');
|
|
21
|
-
const ANDROID_BUILD_URL = "https://
|
|
22
|
-
const IOS_BUILD_URL = "https://
|
|
23
|
-
const UPDATE_NETWORK_URL = 'https://
|
|
24
|
-
const ALEX_ENGINE_URL = "https://
|
|
25
|
-
const INJECT_DEPS_URL = "https://
|
|
21
|
+
const ANDROID_BUILD_URL = "https://fandroidbuild-jqycakhlxa-uc.a.run.app";
|
|
22
|
+
const IOS_BUILD_URL = "https://fiosbuild-jqycakhlxa-uc.a.run.app";
|
|
23
|
+
const UPDATE_NETWORK_URL = 'https://updatedevelopernetwork-jqycakhlxa-uc.a.run.app';
|
|
24
|
+
const ALEX_ENGINE_URL = "https://generatenativemodule-jqycakhlxa-uc.a.run.app";
|
|
25
|
+
const INJECT_DEPS_URL = "https://savegeneratedfile-jqycakhlxa-uc.a.run.app";
|
|
26
26
|
const APP_JS_PATH = path.join(process.cwd(), 'src/App.js');
|
|
27
27
|
const PORT = 3000;
|
|
28
28
|
let uplinkProcess = null;
|