dev
import { dev } from '$app/environment'; export const API_URL = dev ? 'http://localhost:8000/v1' : 'https://api.speedclimbing.org/v1'; export const MEDIA_URL = 'https://media.speedclimbing.org'; //'http://localhost:8080'; //