3 lines
89 B
TypeScript
3 lines
89 B
TypeScript
|
|
export const BASE_URL =
|
||
|
|
import.meta.env.VITE_API_BASE_URL || "https://localhost:3001";
|