darkmode scripts
This commit is contained in:
parent
89e0311a98
commit
4d3579ca98
13 changed files with 145 additions and 15 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue