Jacky Zhao
2023-08-21 952d6cb3dd63bb50056198c1d7782314f8976bbf
quartz/bootstrap-cli.mjs
@@ -423,6 +423,7 @@
    const rebuild = (clientRefresh) => {
      timeoutIds.forEach((id) => clearTimeout(id))
      timeoutIds.clear()
      timeoutIds.add(setTimeout(() => build(clientRefresh), 250))
    }