darkmode scripts

This commit is contained in:
Jacky Zhao
2023-06-06 19:48:37 -07:00
parent 89e0311a98
commit 4d3579ca98
13 changed files with 145 additions and 15 deletions

View File

@ -59,7 +59,7 @@ export default async function buildQuartz(argv: Argv, version: string) {
const server = http.createServer(async (req, res) => {
return serveHandler(req, res, {
public: output,
directoryListing: false
directoryListing: false,
})
})
server.listen(argv.port)