We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73d9e06 commit 6b3cb64Copy full SHA for 6b3cb64
test/src/main.ts
@@ -1,6 +1,6 @@
1
import 'reflect-metadata';
2
-import { Container } from 'typedi';
3
import { useContainer } from 'typeorm';
+import { Container } from '../../src';
4
import { startApp } from './app';
5
6
useContainer(Container);
0 commit comments