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:
Erika 2024-05-01 12:04:47 +00:00 committed by astrobot-houston
parent a0c77fc716
commit 77e206d7e5

View file

@ -140,7 +140,7 @@ export function normalizeDatabaseUrl(envDbUrl: string | undefined, defaultDbUrl:
return envDbUrl; return envDbUrl;
} }
return new URL(envDbUrl, pathToFileURL(process.cwd()) + "/").toString(); return new URL(envDbUrl, pathToFileURL(process.cwd()) + '/').toString();
} else { } else {
// This is going to be a file URL always, // This is going to be a file URL always,
return defaultDbUrl; return defaultDbUrl;