mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-16 17:10:12 +00:00
3 lines
101 B
TypeScript
3 lines
101 B
TypeScript
export const API_URL =
|
|
typeof document !== "undefined" ? window.ENV.API_URL : process.env.API_URL;
|