Skip to content

Commit 7e68915

Browse files
benchifyjuancastano
authored andcommitted
some more prompt engineering
1 parent 01da060 commit 7e68915

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/prompts.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ Follow these guidelines:
66
- Use Vue 3 Composition API with <script setup> syntax
77
- Use Tailwind CSS for styling
88
- Include the package.json file in the response
9-
- Do not modify any config files (e.g. vite.config.ts)
9+
- The following files are provided and should not be modified: nuxt.config.ts, postcss.config.ts, tailwind.config.ts, vite.config.ts
1010
- Follow Vue.js best practices and conventions
1111
- Create a well-structured application with proper component organization
1212
- Include proper TypeScript types
1313
- Add comments explaining complex logic
1414
- Handle loading states and errors appropriately
1515
- Ensure responsive design
1616
- Use port 5173 for the Vite server
17+
- Always remember to write an index.css file and import it in the main app file
1718
1819
RESPONSE FORMAT:
1920
You must return a valid JSON array of file objects. Each file object must have exactly this structure:

0 commit comments

Comments
 (0)