From e55048e0837963c7a0ac775548bfff3fc9b44f07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Storl=C3=B8kken=20Melseth?= Date: Fri, 10 Jun 2022 12:01:33 +0200 Subject: [PATCH] chore: app metadata --- d2.config.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/d2.config.js b/d2.config.js index ced1c24fd6..52686c517c 100644 --- a/d2.config.js +++ b/d2.config.js @@ -1,7 +1,8 @@ const config = { - name: 'Capture Bangladesh', + name: 'capture', + title: 'Capture', type: 'app', - coreApp: false, + coreApp: true, entryPoints: { app: './src/index', },