quartz/build.ts @@ -59,7 +59,7 @@ const server = http.createServer(async (req, res) => { return serveHandler(req, res, { public: output, directoryListing: false directoryListing: false, }) }) server.listen(argv.port)