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