mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-07-22 14:21:24 +00:00
darkmode scripts
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user