Files
LingChair/start-server.ts
CrescentLeaf 89e730496f 好亂(
2025-07-14 22:26:13 +08:00

12 lines
200 B
TypeScript

import './compile-webpage.ts'
import {
expressApp,
httpServer,
SocketIoServer,
} from './server/http.ts'
httpServer.listen(8080)
console.log("TheWhiteSilk server started successfully")