From daa517a11dde4e18454aab2398bcff7368174e1d Mon Sep 17 00:00:00 2001 From: Martin Braquet Date: Sun, 7 Dec 2025 12:33:25 +0100 Subject: [PATCH] Update dev-rules.mdc to include project structure --- .cursor/rules/dev-rules.mdc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cursor/rules/dev-rules.mdc b/.cursor/rules/dev-rules.mdc index c5e0a28c..39af7db2 100644 --- a/.cursor/rules/dev-rules.mdc +++ b/.cursor/rules/dev-rules.mdc @@ -1,7 +1,7 @@ --- alwaysApply: true --- - + ## Project Structure - next.js react tailwind frontend `/web` @@ -417,4 +417,4 @@ const query = renderSql( const res = await pg.manyOrNone(query) ``` -Use these functions instead of string concatenation. \ No newline at end of file +Use these functions instead of string concatenation.