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
e3cddb433d
commit
e7dc8b956d
1 changed files with 3 additions and 3 deletions
|
@ -74,10 +74,10 @@ export async function loadFixture(inlineConfig) {
|
|||
// TODO: Remove this to test in Node >= 17 where the dns resolver is verbatim
|
||||
if (!inlineConfig?.server) {
|
||||
inlineConfig.server = {
|
||||
host: '127.0.0.1'
|
||||
}
|
||||
host: '127.0.0.1',
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
// load config
|
||||
let cwd = inlineConfig.root;
|
||||
delete inlineConfig.root;
|
||||
|
|
Loading…
Reference in a new issue