From ce92020cf475d2b8ebe73b90cb2fb747f95a9835 Mon Sep 17 00:00:00 2001 From: frankpagan Date: Sat, 29 Jun 2024 16:20:55 +0000 Subject: [PATCH] fix: added url-uploader to repositories config --- CoCreate.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CoCreate.config.js b/CoCreate.config.js index 1899026..1923af8 100644 --- a/CoCreate.config.js +++ b/CoCreate.config.js @@ -201,6 +201,10 @@ module.exports = { 'path': '../CoCreate-components/CoCreate-unique', 'repo': 'github.com/CoCreate-app/CoCreate-unique.git' }, + { + 'path': '../CoCreate-components/CoCreate-url-uploader', + 'repo': 'github.com/CoCreate-app/CoCreate-url-uploader.git' + }, { 'path': '../CoCreate-components/CoCreate-users', 'repo': 'github.com/CoCreate-app/CoCreate-users.git'