quartz/build.ts
@@ -57,9 +57,10 @@ if (argv.serve) { const server = http.createServer(async (req, res) => { console.log(chalk.grey(`[req] ${req.url}`)) return serveHandler(req, res, { public: output, directoryListing: false directoryListing: false, }) }) server.listen(argv.port)