Files
LingChair/暫存/start-server.ts
CrescentLeaf 200a867171 移動文件
2025-07-16 22:52:58 +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")