Skip to content

Commit 5452746

Browse files
committed
fix: added missing plugin repos to config
1 parent d6b6b81 commit 5452746

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CoCreate.config.js

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,14 @@ module.exports = {
309309
path: "../../CoCreate-plugins/CoCreate-charts",
310310
repo: "github.com/CoCreate-app/CoCreate-charts.git"
311311
},
312+
{
313+
path: "../../CoCreate-plugins/CoCreate-alpha-vantage",
314+
repo: "github.com/CoCreate-app/CoCreate-alpha-vantage.git"
315+
},
316+
{
317+
path: "../../CoCreate-plugins/CoCreate-aos",
318+
repo: "github.com/CoCreate-app/CoCreate-aos.git"
319+
},
312320
{
313321
path: "../../CoCreate-plugins/CoCreate-croppie",
314322
repo: "github.com/CoCreate-app/CoCreate-croppie.git"
@@ -317,6 +325,14 @@ module.exports = {
317325
path: "../../CoCreate-plugins/CoCreate-domain",
318326
repo: "github.com/CoCreate-app/CoCreate-domain.git"
319327
},
328+
{
329+
path: "../../CoCreate-plugins/CoCreate-fabric",
330+
repo: "github.com/CoCreate-app/CoCreate-fabric.git"
331+
},
332+
{
333+
path: "../../CoCreate-plugins/CoCreate-facebopok",
334+
repo: "github.com/CoCreate-app/CoCreate-facebook.git"
335+
},
320336
{
321337
path: "../../CoCreate-plugins/CoCreate-fullcalendar",
322338
repo: "github.com/CoCreate-app/CoCreate-fullcalendar.git"
@@ -346,11 +362,19 @@ module.exports = {
346362
path: "../../CoCreate-plugins/CoCreate-linkedin",
347363
repo: "github.com/CoCreate-app/CoCreate-linkedin.git"
348364
},
365+
{
366+
path: "../../CoCreate-plugins/CoCreate-marked",
367+
repo: "github.com/CoCreate-app/CoCreate-marked.git"
368+
},
349369
{
350370
path: "../../CoCreate-plugins/CoCreate-mongodb",
351371
repo: "github.com/CoCreate-app/CoCreate-mongodb.git",
352372
exclude: ["fs/webpack"]
353373
},
374+
{
375+
path: "../../CoCreate-plugins/CoCreate-openai",
376+
repo: "github.com/CoCreate-app/CoCreate-openai.git"
377+
},
354378
{
355379
path: "../../CoCreate-plugins/CoCreate-pickr",
356380
repo: "github.com/CoCreate-app/CoCreate-pickr.git"
@@ -462,6 +486,11 @@ module.exports = {
462486
repo: "github.com/CoCreate-app/CoCreate-url-uploader.git",
463487
exclude: ["fs/webpack"]
464488
},
489+
{
490+
path: "../CoCreate-usage",
491+
repo: "github.com/CoCreate-app/CoCreate-usage.git",
492+
exclude: ["fs/webpack"]
493+
},
465494
{
466495
path: "../../CoCreate-plugins/CoCreate-webpack",
467496
repo: "github.com/CoCreate-app/CoCreate-webpack.git",

0 commit comments

Comments
 (0)