diff options
Diffstat (limited to 'packages/core/src/code_assist/constants.ts')
| -rw-r--r-- | packages/core/src/code_assist/constants.ts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/core/src/code_assist/constants.ts b/packages/core/src/code_assist/constants.ts new file mode 100644 index 00000000..898b6136 --- /dev/null +++ b/packages/core/src/code_assist/constants.ts @@ -0,0 +1,7 @@ +/** + * @license + * Copyright 2025 Google LLC + * SPDX-License-Identifier: Apache-2.0 + */ + +export const DEFAULT_ENDPOINT = 'https://cloudcode-pa.googleapis.com'; |
