refactor(server): folder structure (#5573)

This commit is contained in:
liuyi
2024-01-12 04:18:39 +00:00
parent d6f65ea414
commit 89b5c96d25
113 changed files with 453 additions and 482 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
import { Test, TestingModule } from '@nestjs/testing';
import test from 'ava';
import { Cache, CacheModule } from '../src/cache';
import { ConfigModule } from '../src/config';
import { Cache, CacheModule } from '../src/fundamentals/cache';
import { ConfigModule } from '../src/fundamentals/config';
let cache: Cache;
let module: TestingModule;