refactor: Setup typescript project references across workflow, core, and cli (#4519)
* refactor: use consistent folder structure across workflow, core, and cli * setup typescript project references across workflow, core, and cli
This commit is contained in:
committed by
GitHub
parent
de96def372
commit
698d96a617
@@ -1,7 +1,6 @@
|
||||
/* eslint-disable import/no-cycle */
|
||||
import { EntityManager, In } from 'typeorm';
|
||||
import { Db } from '..';
|
||||
import { User } from '../databases/entities/User';
|
||||
import * as Db from '@/Db';
|
||||
import { User } from '@db/entities/User';
|
||||
|
||||
export class UserService {
|
||||
static async get(user: Partial<User>): Promise<User | undefined> {
|
||||
|
||||
Reference in New Issue
Block a user