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