feat(docker-compose): add worker as service
This commit is contained in:
@@ -81,6 +81,8 @@
|
||||
"src",
|
||||
"server.js",
|
||||
"server.d.ts",
|
||||
"worker.js",
|
||||
"worker.d.ts",
|
||||
"logger.js",
|
||||
"logger.d.ts",
|
||||
"database.js",
|
||||
|
@@ -4,7 +4,6 @@ import Base from './base';
|
||||
import Step from './step';
|
||||
import Execution from './execution';
|
||||
import Telemetry from '../helpers/telemetry';
|
||||
import { IExecution } from '@automatisch/types';
|
||||
|
||||
class Flow extends Base {
|
||||
id!: string;
|
||||
|
Reference in New Issue
Block a user