From c7ded27de32355e5409d222ff8712540852f85f1 Mon Sep 17 00:00:00 2001 From: Hugo Nouts <hnouts@grandlyon.com> Date: Tue, 7 Jul 2020 17:32:08 +0200 Subject: [PATCH] init --- manifest.webapp | 7 +++++++ src/targets/services/monthlySummary.js | 0 2 files changed, 7 insertions(+) create mode 100644 src/targets/services/monthlySummary.js diff --git a/manifest.webapp b/manifest.webapp index ace2ba771..04180fcb0 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -21,6 +21,13 @@ "public": false } }, + "service": { + "monthlySummary": { + "type": "node", + "file": "monthlySummary.js", + "trigger": "@cron 0 0 * * * *" + } + }, "permissions": { "apps": { "description": "Requis par cozy-bar pour afficher les icônes de l'application", diff --git a/src/targets/services/monthlySummary.js b/src/targets/services/monthlySummary.js new file mode 100644 index 000000000..e69de29bb -- GitLab