feat: 添加DID握手服务和初始化逻辑
refactor: 重构DisputeResolverService和DIDHandshakeService fix: 修复SovereignWealthFundService中的表名错误 docs: 更新AI模块清单和任务总览文档 chore: 添加多个README文件说明项目结构 style: 优化logger日志输出格式 perf: 改进RecommendationService的性能和类型安全 test: 添加DomainBootstrap和test-domain-bootstrap测试文件 build: 配置dashboard的umi相关文件 ci: 添加GitHub工作流配置
This commit is contained in:
6
server/test-domain-bootstrap.ts
Normal file
6
server/test-domain-bootstrap.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
// Test file to check DomainBootstrap import
|
||||
import { DomainBootstrap } from './src/core/runtime/DomainBootstrap';
|
||||
|
||||
console.log('Testing DomainBootstrap import...');
|
||||
console.log('DomainBootstrap:', DomainBootstrap);
|
||||
console.log('Import successful!');
|
||||
Reference in New Issue
Block a user