From 5cc98c382489c04eb53b21aaf0e0499fcfdd1005 Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Thu, 20 Jul 2023 14:28:33 +0100 Subject: [PATCH 1/6] docs: update --- node/starter-template/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/node/starter-template/README.md b/node/starter-template/README.md index eb3aaabe..ea15f6c1 100644 --- a/node/starter-template/README.md +++ b/node/starter-template/README.md @@ -32,3 +32,17 @@ Sample `200` Response: "getInspired": "https://builtwith.appwrite.io" } ``` + +## ⚙️ Configuration + +| Setting | Value | +|----------------|-------------------| +| Runtime | Node (18.0) | +| Entrypoint | src/main.js | +| Build Commands | `npm run install` | +| Permissions | any | +| Timeout | 15 (Seconds) | + +## 🔒 Environment Variables + +No environment variables required. From 46ebf18ca1fbc9bbd466cbddccfaa428dc0a6906 Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Thu, 20 Jul 2023 14:30:57 +0100 Subject: [PATCH 2/6] fix: template --- _README_TEMPLATE.md | 18 +++++++++--------- node/starter-template/README.md | 14 +++++++------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/_README_TEMPLATE.md b/_README_TEMPLATE.md index 32e70692..1b20e8e2 100644 --- a/_README_TEMPLATE.md +++ b/_README_TEMPLATE.md @@ -40,15 +40,15 @@ Sample `400` Response: ## ⚙️ Configuration -| Setting | Value | -|----------------|----------------| -| Runtime | Node (18.0) | -| Entrypoint | src/main.js | -| Build Commands | npm run build | -| Permissions | any | -| Events | users.*.create | -| CRON | 0 * * * * | -| Timeout | 15 (Seconds) | +| Setting | Value | +|-------------------|----------------| +| Runtime | Node (18.0) | +| Entrypoint | src/main.js | +| Build Commands | npm run build | +| Permissions | any | +| Events | users.*.create | +| CRON | 0 * * * * | +| Timeout (Seconds) | 15 | ## 🔒 Environment Variables diff --git a/node/starter-template/README.md b/node/starter-template/README.md index ea15f6c1..5483e77b 100644 --- a/node/starter-template/README.md +++ b/node/starter-template/README.md @@ -35,13 +35,13 @@ Sample `200` Response: ## ⚙️ Configuration -| Setting | Value | -|----------------|-------------------| -| Runtime | Node (18.0) | -| Entrypoint | src/main.js | -| Build Commands | `npm run install` | -| Permissions | any | -| Timeout | 15 (Seconds) | +| Setting | Value | +|-------------------|-------------------| +| Runtime | Node (18.0) | +| Entrypoint | src/main.js | +| Build Commands | `npm run install` | +| Permissions | any | +| Timeout (Seconds) | 15 | ## 🔒 Environment Variables From 3d27f2feb798b50eb47cc70c23a66df975e74294 Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Thu, 20 Jul 2023 14:31:07 +0100 Subject: [PATCH 3/6] chore: space --- _README_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_README_TEMPLATE.md b/_README_TEMPLATE.md index 1b20e8e2..b7ce600a 100644 --- a/_README_TEMPLATE.md +++ b/_README_TEMPLATE.md @@ -66,4 +66,4 @@ API Key to talk to Appwrite backend APIs. |----------------|-----------------| | Required | Yes / No | | Sample Value | `d1efb...aec35` | -| Documentation | [Appwrite: Getting Started for Server](https://appwrite.io/docs/getting-started-for-server#apiKey) | \ No newline at end of file +| Documentation | [Appwrite: Getting Started for Server](https://appwrite.io/docs/getting-started-for-server#apiKey) | From 1e4b8c3c36949db2508c9d71be3113f0389f3eeb Mon Sep 17 00:00:00 2001 From: "Luke B. Silver" <22452787+loks0n@users.noreply.github.com> Date: Thu, 20 Jul 2023 14:38:52 +0100 Subject: [PATCH 4/6] docs: remove `` --- node/starter-template/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/node/starter-template/README.md b/node/starter-template/README.md index 5483e77b..867d3a89 100644 --- a/node/starter-template/README.md +++ b/node/starter-template/README.md @@ -35,13 +35,13 @@ Sample `200` Response: ## ⚙️ Configuration -| Setting | Value | -|-------------------|-------------------| -| Runtime | Node (18.0) | -| Entrypoint | src/main.js | -| Build Commands | `npm run install` | -| Permissions | any | -| Timeout (Seconds) | 15 | +| Setting | Value | +|-------------------|-----------------| +| Runtime | Node (18.0) | +| Entrypoint | src/main.js | +| Build Commands | npm run install | +| Permissions | any | +| Timeout (Seconds) | 15 | ## 🔒 Environment Variables From 64b8bef4235ef56e25b32e590ce4513ca32038db Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Thu, 20 Jul 2023 14:43:14 +0100 Subject: [PATCH 5/6] chore: restore `` --- _README_TEMPLATE.md | 18 +++++++++--------- node/starter-template/README.md | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/_README_TEMPLATE.md b/_README_TEMPLATE.md index b7ce600a..fc7be375 100644 --- a/_README_TEMPLATE.md +++ b/_README_TEMPLATE.md @@ -40,15 +40,15 @@ Sample `400` Response: ## ⚙️ Configuration -| Setting | Value | -|-------------------|----------------| -| Runtime | Node (18.0) | -| Entrypoint | src/main.js | -| Build Commands | npm run build | -| Permissions | any | -| Events | users.*.create | -| CRON | 0 * * * * | -| Timeout (Seconds) | 15 | +| Setting | Value | +|-------------------|------------------| +| Runtime | Node (18.0) | +| Entrypoint | `src/main.js` | +| Build Commands | `npm run build` | +| Permissions | `any` | +| Events | `users.*.create` | +| CRON | `0 * * * *` | +| Timeout (Seconds) | 15 | ## 🔒 Environment Variables diff --git a/node/starter-template/README.md b/node/starter-template/README.md index 5483e77b..3834cc87 100644 --- a/node/starter-template/README.md +++ b/node/starter-template/README.md @@ -38,9 +38,9 @@ Sample `200` Response: | Setting | Value | |-------------------|-------------------| | Runtime | Node (18.0) | -| Entrypoint | src/main.js | +| Entrypoint | `src/main.js` | | Build Commands | `npm run install` | -| Permissions | any | +| Permissions | `any` | | Timeout (Seconds) | 15 | ## 🔒 Environment Variables From 59e2c16d7b7b14150f324ed0516997f6d8c131bb Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Thu, 20 Jul 2023 14:45:51 +0100 Subject: [PATCH 6/6] docs: npm i --- node/starter-template/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/node/starter-template/README.md b/node/starter-template/README.md index 3834cc87..f1b4ab34 100644 --- a/node/starter-template/README.md +++ b/node/starter-template/README.md @@ -35,13 +35,13 @@ Sample `200` Response: ## ⚙️ Configuration -| Setting | Value | -|-------------------|-------------------| -| Runtime | Node (18.0) | -| Entrypoint | `src/main.js` | -| Build Commands | `npm run install` | -| Permissions | `any` | -| Timeout (Seconds) | 15 | +| Setting | Value | +|-------------------|---------------| +| Runtime | Node (18.0) | +| Entrypoint | `src/main.js` | +| Build Commands | `npm install` | +| Permissions | `any` | +| Timeout (Seconds) | 15 | ## 🔒 Environment Variables