From 54e722a55d58f4bab86184ffc970159628fa6967 Mon Sep 17 00:00:00 2001
From: freenandes <42041153+freenandes@users.noreply.github.com>
Date: Wed, 18 Oct 2023 02:43:41 +0000
Subject: [PATCH] docs: Update showcase.md (#540)
---
quartz/cli/handlers.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/quartz/cli/handlers.js b/quartz/cli/handlers.js
index cba0ceb..48a44ec 100644
--- a/quartz/cli/handlers.js
+++ b/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(
--
Gitblit v1.10.0