feat(makefile): update run command to exclude frontend and log files during reload

This commit is contained in:
Davidson Gomes
2025-05-24 10:27:30 -03:00
parent 956d16a854
commit c4a4e5fd68
30 changed files with 2184 additions and 563 deletions

View File

@@ -140,7 +140,7 @@ export function AgentInfoDialog({
}
};
// Função para exportar o agente como JSON
// Function to export the agent as JSON
const handleExportAgent = async () => {
if (!agent) return;