5 lines
124 B
TypeScript
5 lines
124 B
TypeScript
export const API_BASE =
|
|
(import.meta as any).env?.VITE_BACKEND_URL ||
|
|
import.meta.env.VITE_BACKEND_URL ||
|
|
"/backend";
|