Jacky Zhao
2023-08-04 3a2eae0a16cfc275182f8a26af0a77f0e9bd07c1
quartz/build.ts
@@ -91,6 +91,7 @@
        clearTimeout(timeoutId)
      }
      // debounce rebuilds every 250ms
      timeoutId = setTimeout(async () => {
        const perf = new PerfTimer()
        console.log(chalk.yellow("Detected change, rebuilding..."))