From 0a8b5ea88852b0e5c52e23d7f92547db08c3aaa4 Mon Sep 17 00:00:00 2001 From: Rusty Key Date: Sat, 14 Sep 2024 19:51:46 +0100 Subject: [PATCH] =?UTF-8?q?don=E2=80=99t=20use=20let?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/reshowcase | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/reshowcase b/commands/reshowcase index bad4ea7..e351998 100755 --- a/commands/reshowcase +++ b/commands/reshowcase @@ -228,7 +228,7 @@ if (isBuild) { process.exit(1); }) .then((ctx) => { - let server = ctx.serve({ + const server = ctx.serve({ servedir: outputPath, // ensure that esbuild doesn't take server's port port: port + 1,