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

3 lines
111 B
TypeScript

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