From 3928318582c99371309f74551727ca8436df4942 Mon Sep 17 00:00:00 2001 From: Denis Lugowski Date: Sat, 6 Dec 2025 19:24:50 +0100 Subject: [PATCH] feat: Update cursor rules --- .cursor/rules/rules.mdc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.cursor/rules/rules.mdc b/.cursor/rules/rules.mdc index 9ca15c5..c0c433f 100644 --- a/.cursor/rules/rules.mdc +++ b/.cursor/rules/rules.mdc @@ -3,6 +3,7 @@ description: globs: alwaysApply: true --- -- This project consists of a Nuxt 3 frontend (legalconsenthub), a spring boot 3 server backend (legalconsenthub-backend) and a spring boot 3 client middleware (legalconsenthub-middleware) +- This project consists of a Nuxt 3 frontend (legalconsenthub), a spring boot 3 server backend (legalconsenthub-backend) - Don't add comments about the things that have changed compared to the previous version or that just are redundant to the code below - Prefer using existing types +- Update the documentation if necessary