refactor: stop using backend-tasks in packages and plugins
Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
@@ -78,7 +78,7 @@ Another pattern that can be used is a type of singleton pattern where the extens
|
||||
|
||||
```ts
|
||||
interface ScaffolderTaskRunnerExtensionPoint {
|
||||
setTaskRunner(taskRunner: TaskRunner): void;
|
||||
setTaskRunner(taskRunner: SchedulerServiceTaskRunner): void;
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user