refactor: update message forwarding logic to support channel-based matching alongside role-based matching; enhance configuration structure to include channels; update documentation and example config
This commit is contained in:
parent
c4514cd4c4
commit
7ed373337f
7 changed files with 97 additions and 22 deletions
|
|
@ -6,6 +6,6 @@ RUN corepack enable
|
|||
COPY . /app
|
||||
WORKDIR /app
|
||||
|
||||
RUN pnpm install --prod --frozen-lockfile
|
||||
RUN pnpm install --frozen-lockfile
|
||||
|
||||
CMD ["pnpm", "start"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue