mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
[ci] format
This commit is contained in:
parent
9d9aeb3f9e
commit
d200fa04a3
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ export function createServer(
|
|||
if (req.url) {
|
||||
const stream = send(req, encodeURI(req.url), {
|
||||
root: fileURLToPath(client),
|
||||
dotfiles: "deny"
|
||||
dotfiles: 'deny',
|
||||
});
|
||||
|
||||
let forwardError = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue