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

@@ -11,11 +11,7 @@ function compileJs(path: string) {
},
],
"@babel/preset-react",
[
"minify", {
}
],
// "minify",
],
targets: {
chrome: "53",

View File

@@ -41,4 +41,8 @@ sio.on("connection", (socket) => {
})
})
httpApp.listen(80)
export {
app as expressApp,
httpApp as httpServer,
sio as SocketIoServer,
}