@learnpack/learnpack 5.0.343 → 5.0.344

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/src/ui/app.tar.gz CHANGED
Binary file
package/src/utils/api.ts CHANGED
@@ -7,7 +7,8 @@ import * as dotenv from "dotenv"
7
7
  dotenv.config()
8
8
 
9
9
  const HOST = "https://breathecode.herokuapp.com"
10
- export const RIGOBOT_HOST = "https://rigobot.herokuapp.com"
10
+ export const RIGOBOT_HOST =
11
+ process.env.RIGOBOT_HOST || "https://rigobot.herokuapp.com"
11
12
  export const RIGOBOT_REALTIME_HOST = "https://ai.4geeks.com"
12
13
  // export const RIGOBOT_REALTIME_HOST = "http://127.0.0.1:8003"
13
14
  // export const RIGOBOT_HOST = "https://rigobot-test-cca7d841c9d8.herokuapp.com"