This commit is contained in:
CrescentLeaf
2025-07-14 22:26:13 +08:00
parent d235c84ef5
commit 89e730496f
7 changed files with 1912 additions and 33 deletions

View File

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