0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00

[ci] format

This commit is contained in:
bluwy 2022-10-27 09:19:16 +00:00 committed by fredkbot
parent c203a5cc2f
commit b48320d722

View file

@ -18,7 +18,7 @@ export function createServer(
if (req.url) { if (req.url) {
const stream = send(req, encodeURI(req.url), { const stream = send(req, encodeURI(req.url), {
root: fileURLToPath(client), root: fileURLToPath(client),
dotfiles: "deny" dotfiles: 'deny',
}); });
let forwardError = false; let forwardError = false;