From b5920321e60b6b10685f73dea9ff258e486cfa42 Mon Sep 17 00:00:00 2001
From: Midhun Suresh <midhunr@element.io>
Date: Mon, 7 Feb 2022 13:23:13 +0530
Subject: [PATCH] Move config.json to /public

- This will copy it to /target during build
- config.json will also be served from root with the dev server
---
 config.json => public/config.json | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename config.json => public/config.json (100%)

diff --git a/config.json b/public/config.json
similarity index 100%
rename from config.json
rename to public/config.json
-- 
GitLab