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
a0c77fc716
commit
77e206d7e5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue