Skip to content

Commit

Permalink
update constants
Browse files Browse the repository at this point in the history
  • Loading branch information
Fondryext committed Sep 13, 2024
1 parent c2e5146 commit 3bc62d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ export const SPEECH_RECOGNITION_LOCALES_SUPPORTED_BY_EDGE = '@@SPEECH_RECOGNITIO

/** The cloud region being used, injected by the build process */
export const CLOUD_REGION = '@@CLOUD_REGION';
/** The identifier of the production environment */
/** The identifier for all cloud providers */
export const GLOBAL_MULTI = 'multi';

/** The identifier of the sandbox environment */
/** The identifier for using GCP */
export const GLOBAL_GCP = 'gcp';

/** The identifier of the production environment */
Expand Down

0 comments on commit 3bc62d0

Please sign in to comment.