mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
4 lines
133 B
TypeScript
4 lines
133 B
TypeScript
import { dev } from "$app/environment";
|
|
|
|
export const API_BASE_PREFIX = dev ? "http://localhost:3000" : `${process.env.ORIGIN}/api`;
|