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 2023-07-19 07:55:56 +00:00 committed by astrobot-houston
parent d78db48ac4
commit 659b2b034c

View file

@ -385,4 +385,4 @@ function resolveDirAsUrl(dir: string, root: string) {
resolvedDir += path.sep;
}
return pathToFileURL(resolvedDir);
}
}