- import { config } from 'dotenv';
- import { startMobileChatServer } from './apps/mobile/chat/server.js';
- import { startPcServer } from './apps/pc/health/server.js';
- import { startQiweiServer } from './apps/qiwei/server.js';
- config();
- startPcServer();
- startMobileChatServer();
- startQiweiServer();
|