Foxnouns.NET/Foxnouns.Frontend/app/env.server.ts

4 lines
111 B
TypeScript
Raw Normal View History

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