import {http_post} from "$lib/api/internal-fetch"; import {api_base} from "$lib/configuration"; export function server_log(message: string): void { http_post(api_base("_/api/log"), message); }