3-ai-native-e2e-sample/frontend/src/config.ts (2 lines of code) (raw):

export const API_URL = import.meta.env.VITE_API_URL || 'https://localhost:8003' export const API_VERSION = import.meta.env.VITE_API_VERSION || 'v1'