From f13028ee70d724ea44c14c795afbe16a51e77c75 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 21 Sep 2025 01:07:25 -0600 Subject: [PATCH] fix: handle optional configFiles in template details and improve mapping safety --- .../dashboard/project/ai/step-three.tsx | 2 +- .../dashboard/project/ai/step-two.tsx | 33 ++------- .../project/ai/template-generator.tsx | 2 +- packages/server/src/services/ai.ts | 71 +++++++++++++------ 4 files changed, 60 insertions(+), 48 deletions(-) diff --git a/apps/dokploy/components/dashboard/project/ai/step-three.tsx b/apps/dokploy/components/dashboard/project/ai/step-three.tsx index 188cd5257..bf074f3bd 100644 --- a/apps/dokploy/components/dashboard/project/ai/step-three.tsx +++ b/apps/dokploy/components/dashboard/project/ai/step-three.tsx @@ -88,7 +88,7 @@ export const StepThree = ({ templateInfo }: StepProps) => {

Configuration Files