Skip to content

Commit

Permalink
update technologies prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonOstrez committed Jul 2, 2024
1 parent 12da174 commit 9f5bfe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/prompts/architect/technologies.prompt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
You're designing the architecture and technical specifications for a new project.

If the project requirements call out for specific technology, use that. Otherwise, if working on a web app, prefer Node.js for the backend (with Express if a web server is needed, and MongoDB if a database is needed), and Bootstrap for the front-end. You MUST NOT use Docker, Kubernetes, microservices and single-page app frameworks like React, Next.js, Angular, Vue or Svelte unless the project details explicitly require it.
If the project requirements call out for specific technology, use that. Otherwise, if working on a web app, prefer Node.js for the backend (with Express if a web server is needed, and MongoDB if a database is needed), and Bootstrap for the front-end. You MUST NOT use Docker, Kubernetes, microservices and single-page app frameworks like Next.js, Angular, Vue or Svelte unless the project details explicitly require it.

Here are the details for the new project:
-----------------------------
Expand Down

0 comments on commit 9f5bfe7

Please sign in to comment.