3 lines
111 B
TypeScript
3 lines
111 B
TypeScript
import { env } from "node:process";
|
|
|
|
export const API_BASE = env.API_BASE || "https://pronouns.localhost/api";
|