mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
Merge branch 'main' into 587-issue---refactor-delete-dialog-logic
This commit is contained in:
@@ -258,7 +258,6 @@ export class ChatService {
|
||||
|
||||
if (!subscriber) {
|
||||
const subscriberData = await handler.getSubscriberData(event);
|
||||
this.eventEmitter.emit('hook:stats:entry', 'new_users', 'New users');
|
||||
subscriberData.channel = event.getChannelData();
|
||||
subscriber = await this.subscriberService.create(subscriberData);
|
||||
|
||||
|
||||
@@ -47,10 +47,15 @@ WORKDIR /app
|
||||
|
||||
COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* ./
|
||||
|
||||
COPY frontend/package*.json ./frontend/
|
||||
|
||||
COPY widget/package*.json ./widget/
|
||||
|
||||
RUN npm install
|
||||
|
||||
COPY ./frontend ./frontend
|
||||
COPY ./widget ./widget
|
||||
|
||||
RUN npm install
|
||||
|
||||
|
||||
# used to by pass Next.js paching lock file
|
||||
|
||||
Reference in New Issue
Block a user