mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
[ci] format
This commit is contained in:
parent
c203a5cc2f
commit
b48320d722
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue