From 7d4b0e1b38865e66c01eec860440eba2fb08ef14 Mon Sep 17 00:00:00 2001 From: frankpagan Date: Mon, 24 Jun 2024 09:04:42 -0500 Subject: [PATCH] fix: add marked to repositories --- CoCreate.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CoCreate.config.js b/CoCreate.config.js index 38ba428..9e5a0e6 100644 --- a/CoCreate.config.js +++ b/CoCreate.config.js @@ -634,6 +634,10 @@ module.exports = { "path": "../CoCreate-plugins/CoCreate-linkedin", "repo": "github.com/CoCreate-app/CoCreate-linkedin.git" }, + { + "path": "../CoCreate-plugins/CoCreate-marked", + "repo": "github.com/CoCreate-app/CoCreate-marked.git" + }, { "path": "../CoCreate-plugins/CoCreate-openai", "repo": "github.com/CoCreate-app/CoCreate-openai.git"