From fb2dffbba7c87776d7473bddfd108ba5450b1bbe Mon Sep 17 00:00:00 2001 From: Theis Pieter Hollebeek Date: Wed, 15 Oct 2025 12:00:35 +0200 Subject: [PATCH] fix double build, chatgpt -> docs --- dev.ts | 5 ++--- index.html | 7 +------ 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/dev.ts b/dev.ts index 459a043..1667430 100644 --- a/dev.ts +++ b/dev.ts @@ -11,12 +11,12 @@ function alertListening(addr: Addr) { } async function buildDocs() { - console.log("building docs"); + console.log("Building docs..."); await new Deno.Command("deno", { args: ["task", "build"], cwd: "docs", }).output(); - console.log("done"); + console.log("Done!"); } async function watchAndBuildDocs() { @@ -48,7 +48,6 @@ function serveDist(addr: Addr) { } if (import.meta.main) { - await buildDocs(); watchAndBuildDocs(); serveDist({ hostname: "0.0.0.0", diff --git a/index.html b/index.html index d5c1974..ec7c3b7 100644 --- a/index.html +++ b/index.html @@ -22,12 +22,7 @@ target="_blank" >