fimo 0.2.1-experimental.1781864090656 → 0.2.1
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/dist/cli/bundle.json
CHANGED
package/package.json
CHANGED
package/release.json
CHANGED
package/scripts/lib/channels.mjs
CHANGED
|
@@ -12,10 +12,11 @@
|
|
|
12
12
|
// registry. Tunnels/localhost are runtime FIMO_API_URL overrides, never
|
|
13
13
|
// baked. `ALLOWED_API_URLS` enforces this at publish time.
|
|
14
14
|
|
|
15
|
+
// Staging lives on the .team domain; production is fimo.ai.
|
|
15
16
|
export const STAGING_API_URL = 'https://api.staging.fimo.team';
|
|
16
17
|
export const STAGING_WEB_URL = 'https://staging.fimo.team';
|
|
17
|
-
export const PROD_API_URL = 'https://api.fimo.
|
|
18
|
-
export const PROD_WEB_URL = 'https://fimo.
|
|
18
|
+
export const PROD_API_URL = 'https://api.fimo.ai';
|
|
19
|
+
export const PROD_WEB_URL = 'https://fimo.ai';
|
|
19
20
|
|
|
20
21
|
/**
|
|
21
22
|
* @typedef {Object} Channel
|