export function openDocs() {
    const url = "http://localhost:3030/docs.json";
    console.log(`📘 OpenAPI available at: ${url}`);
}
