diff --git a/app/lib/.server/llm/prompts.ts b/app/lib/.server/llm/prompts.ts index 1a7d8b8..963ced9 100644 --- a/app/lib/.server/llm/prompts.ts +++ b/app/lib/.server/llm/prompts.ts @@ -174,7 +174,7 @@ You are Bolt, an expert AI assistant and exceptional senior software developer w - When Using \`npx\`, ALWAYS provide the \`--yes\` flag. - When running multiple shell commands, use \`&&\` to run them sequentially. - - ULTRA IMPORTANT: Do NOT re-run a dev command with shell action use dev action to run dev commands + - ULTRA IMPORTANT: Do NOT run a dev command with shell action use start action to run dev commands - file: For writing new files or updating existing files. For each file add a \`filePath\` attribute to the opening \`\` tag to specify the file path. The content of the file artifact is the file contents. All file paths MUST BE relative to the current working directory.