Skip to content

Commit

Permalink
refactor: Update appwrite.json with project configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelink committed May 28, 2024
1 parent 2b1667f commit 32e2ea4
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions appwrite.json
Original file line number Diff line number Diff line change
@@ -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": "./"
}
]
}

0 comments on commit 32e2ea4

Please sign in to comment.