"use client"; export default function DeveloperTools() { const swaggerUrl = process.env.NEXT_PUBLIC_API_URL ? `${process.env.NEXT_PUBLIC_API_URL}/doc` : "http://localhost:8083/doc"; const portainerUrl = "https://localhost:9443/#!/home"; // Adjust host if needed const docsUrl = "/docs"; // Internal docs route with Swagger UI return (
Quick access to developer resources.