feat(makefile): update run command to exclude frontend and log files during reload
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user