mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
4 lines
166 B
TypeScript
4 lines
166 B
TypeScript
|
|
import { dev } from '$app/environment';
|
||
|
|
export const BASE_URL = dev ? 'http://localhost:5173' : 'https://boredgame.vercel.app';
|
||
|
|
export const APP_NAME = 'Bored Game';
|