mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
feat(server): setup api for selfhost deployment (#7569)
This commit is contained in:
@@ -13,9 +13,12 @@ import { Config } from '../src/fundamentals/config';
|
||||
import { createTestingModule } from './utils';
|
||||
|
||||
const createModule = () => {
|
||||
return createTestingModule({
|
||||
imports: [QuotaModule, StorageModule, DocModule],
|
||||
});
|
||||
return createTestingModule(
|
||||
{
|
||||
imports: [QuotaModule, StorageModule, DocModule],
|
||||
},
|
||||
false
|
||||
);
|
||||
};
|
||||
|
||||
let m: TestingModule;
|
||||
|
||||
Reference in New Issue
Block a user