add the scheduler definitions to backend-plugin-api/scheduler

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-04-24 15:15:10 +02:00
parent d31ddb5cd2
commit abc983847f
15 changed files with 681 additions and 14 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ import { RootConfigService } from '@backstage/backend-plugin-api';
import { RootHttpRouterService } from '@backstage/backend-plugin-api';
import { RootLifecycleService } from '@backstage/backend-plugin-api';
import { RootLoggerService } from '@backstage/backend-plugin-api';
import { SchedulerService } from '@backstage/backend-plugin-api';
import { SchedulerService } from '@backstage/backend-plugin-api/scheduler';
import type { Server } from 'node:http';
import { ServiceFactory } from '@backstage/backend-plugin-api';
import { ServiceFactoryOrFunction } from '@backstage/backend-plugin-api';