From 9f5bfe78ac37ccd9623a3b00a39816e34736f59d Mon Sep 17 00:00:00 2001 From: LeonOstrez Date: Tue, 2 Jul 2024 14:54:56 +0100 Subject: [PATCH] update technologies prompt --- core/prompts/architect/technologies.prompt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/prompts/architect/technologies.prompt b/core/prompts/architect/technologies.prompt index 6b9479ca5..254f3cf03 100644 --- a/core/prompts/architect/technologies.prompt +++ b/core/prompts/architect/technologies.prompt @@ -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: -----------------------------