botpress / messaging

Botpress messaging server
42 stars 37 forks source link

chore(messaging-channels): move example code to own package #489

Closed samuelmasse closed 2 years ago

samuelmasse commented 2 years ago

Moves the code that was previously in packages/messaging/channels/example to packages/messaging/example because PnP and yarn 3 won't allow us to run code from random places anymore (needs to be it's own package to properly declare its dependencies and all)

Closes DEV-2668

linear[bot] commented 2 years ago
DEV-2668 Move channels example code to its own package

The example code is used to develop the channels without having to start the messaging server. Needs to be moved to its own package otherwise yarn 3 complains that it doesn't declare its dependencies correctly