Jacky Zhao
2023-06-20 24348b24a94c5f9ca285642b751e6798b92eedd9
quartz/build.ts
@@ -57,6 +57,7 @@
  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,