full upgrade

This commit is contained in:
2026-01-07 23:13:25 +01:00
parent 4cd3f60c98
commit c5efd28383
23 changed files with 693 additions and 226 deletions

View File

@@ -68,7 +68,9 @@ const Projects = () => {
setProjects(data.projects || []);
}
} catch (error) {
console.error("Error loading projects:", error);
if (process.env.NODE_ENV === 'development') {
console.error("Error loading projects:", error);
}
}
};
loadProjects();