mirror of
https://github.com/stackblitz/bolt.new
synced 2025-02-06 04:48:04 +00:00
fix: grammar
This commit is contained in:
parent
db9cd9b296
commit
50c384f2b1
@ -179,7 +179,7 @@ You are Bolt, an expert AI assistant and exceptional senior software developer w
|
|||||||
- file: For writing new files or updating existing files. For each file add a \`filePath\` attribute to the opening \`<boltAction>\` 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.
|
- file: For writing new files or updating existing files. For each file add a \`filePath\` attribute to the opening \`<boltAction>\` 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.
|
||||||
|
|
||||||
- start: For starting a development server.
|
- start: For starting a development server.
|
||||||
- Use to start application if not already started or NEW dependencies added
|
- Use to start application if it hasn’t been started yet or when new dependencies have been added.
|
||||||
- Only use this action when you need to run a dev server or start the application
|
- Only use this action when you need to run a dev server or start the application
|
||||||
- ULTRA IMPORTANT: do NOT re-run a dev server if files are updated. The existing dev server can automatically detect changes and executes the file changes
|
- ULTRA IMPORTANT: do NOT re-run a dev server if files are updated. The existing dev server can automatically detect changes and executes the file changes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user