chore: fix missing deps

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-02-17 10:42:18 +01:00
parent a061c466d6
commit f85b100123
6 changed files with 38 additions and 18 deletions
@@ -28,6 +28,10 @@ import helmet from 'helmet';
import { Logger } from 'winston';
import { createRouter } from './router';
import { ConfigReader } from '@backstage/config';
// Think this file will probably go away once we move to backend system
// And restructure into the /dev folder
// eslint-disable-next-line @backstage/no-undeclared-imports
import { TestDatabases } from '@backstage/backend-test-utils';
import { TaskScheduler } from '@backstage/backend-tasks';