format, add upstream

This commit is contained in:
Jacky Zhao 2023-08-03 23:08:04 -07:00
parent 93986c6e7c
commit 2acfb9e870
3 changed files with 36 additions and 30 deletions
quartz

View file

@ -91,6 +91,7 @@ async function startServing(ctx: BuildCtx, initialContent: ProcessedContent[]) {
clearTimeout(timeoutId)
}
// debounce rebuilds every 250ms
timeoutId = setTimeout(async () => {
const perf = new PerfTimer()
console.log(chalk.yellow("Detected change, rebuilding..."))