From 32e2ea4ae36f760fae5b158f350e7532e1f63c98 Mon Sep 17 00:00:00 2001 From: xue Date: Tue, 28 May 2024 21:11:10 +0300 Subject: [PATCH] refactor: Update appwrite.json with project configuration --- appwrite.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 appwrite.json diff --git a/appwrite.json b/appwrite.json new file mode 100644 index 0000000..c26bd9a --- /dev/null +++ b/appwrite.json @@ -0,0 +1,24 @@ +{ + "projectId": "650750d21e4a6a589be3", + "projectName": "LangX", + "functions": [ + { + "$id": "copilot", + "name": "copilot", + "runtime": "node-20.0", + "execute": [], + "events": [], + "schedule": "", + "timeout": 15, + "enabled": true, + "logging": true, + "entrypoint": "index.js", + "commands": "npm install --omit=dev", + "ignore": [ + "node_modules", + ".npm" + ], + "path": "./" + } + ] +} \ No newline at end of file