tubearchivist-frontend/app/lib/constants.ts
Sean Norwood 2e213376e3
Initial
2022-10-18 14:28:37 -05:00

3 lines
101 B
TypeScript

export const API_URL =
typeof document !== "undefined" ? window.ENV.API_URL : process.env.API_URL;