From 2aa10bb78f907043b5ec6ac2c3786e9456bde835 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Mon, 24 Aug 2026 11:38:09 +0000 Subject: [PATCH] Add Cloud Agent environment config Co-authored-by: Anurag Roy --- .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 0000000..7f38df0 --- /dev/null +++ b/.cursor/environment.json @@ -0,0 +1,4 @@ +{ + "name": "Speak-O", + "install": "npm ci" +}