Skip to content

Commit

Permalink
ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry committed Aug 12, 2024
1 parent c889666 commit 0970e05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server-prod.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { readFileSync } from "fs";
import { createServer } from "https";
import { Server } from "socket.io";
// import { main } from "./main.js";
import { main } from "./main.js";

const directory = `/etc/letsencrypt/live/airmonitor.servermc.ru-0001`;
const ssl = {
Expand All @@ -16,7 +16,7 @@ const io = new Server(httpsServer, {
},
});

// main(io);
main(io);

const PORT = 3001;
httpsServer.listen(PORT, () => {
Expand Down

0 comments on commit 0970e05

Please sign in to comment.