freenandes
2023-10-18 54e722a55d58f4bab86184ffc970159628fa6967
quartz/cli/handlers.js
@@ -1,4 +1,4 @@
import { promises, readFileSync } from "fs"
import { promises } from "fs"
import path from "path"
import esbuild from "esbuild"
import chalk from "chalk"
@@ -402,7 +402,7 @@
      return serve()
    })
    server.listen(argv.port)
    const wss = new WebSocketServer({ port: 3001 })
    const wss = new WebSocketServer({ port: argv.wsPort })
    wss.on("connection", (ws) => connections.push(ws))
    console.log(
      chalk.cyan(