mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
fix: issue with alternate message when importing from folder and git (#1216)
This commit is contained in:
@@ -91,6 +91,11 @@ ${escapeBoltTags(file.content)}
|
||||
const messages = [filesMessage];
|
||||
|
||||
if (commandsMessage) {
|
||||
messages.push({
|
||||
role: 'user',
|
||||
id: generateId(),
|
||||
content: 'Setup the codebase and Start the application',
|
||||
});
|
||||
messages.push(commandsMessage);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user