From 43b8a961c0c342bd05f1cf3abdde11a1484d35e0 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Tue, 1 Sep 2026 15:01:22 +0000 Subject: [PATCH] Add Cloud Agent environment for Server (Node) component MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: køkkeligk --- .cursor/environment.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .cursor/environment.json diff --git a/.cursor/environment.json b/.cursor/environment.json new file mode 100644 index 00000000..305f306f --- /dev/null +++ b/.cursor/environment.json @@ -0,0 +1,4 @@ +{ + "name": "Copilot for Xcode (Server component)", + "install": "cd Server && npm ci --force && npm run build" +}