fix: clear queue on cancelling jobs

This commit is contained in:
Andras Bacsai
2022-08-24 09:39:24 +02:00
parent cbc3735ca0
commit c8ae72893a
4 changed files with 16 additions and 10 deletions

View File

@@ -2,7 +2,8 @@ import Bree from 'bree';
import path from 'path';
import Cabin from 'cabin';
import TSBree from '@breejs/ts-worker';
import { isDev } from './common';
export const isDev = process.env.NODE_ENV === 'development';
Bree.extend(TSBree);