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

5 lines
157 B
TypeScript
Raw Normal View History

import { env } from "node:process";
export const API_BASE = env.API_BASE || "https://pronouns.localhost/api";
2024-09-10 20:33:22 +02:00
export const LANGUAGE = env.LANGUAGE || "en";