diff --git a/app/components/chat/Artifact.tsx b/app/components/chat/Artifact.tsx index 83062257..62020fd8 100644 --- a/app/components/chat/Artifact.tsx +++ b/app/components/chat/Artifact.tsx @@ -178,9 +178,15 @@ const ActionList = memo(({ actions }: ActionListProps) => { Run command ) : type === 'start' ? ( -
+ { + e.preventDefault(); + workbenchStore.currentView.set('preview'); + }} + className="flex items-center w-full min-h-[28px]" + > Start Application -
+ ) : null} {(type === 'shell' || type === 'start') && (