test
This commit is contained in:
parent
f346ae2827
commit
ae8c22cfb2
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ export async function loadFixture(inlineConfig) {
|
|||
const { astroConfig: config } = await resolveConfig(inlineConfig, 'dev');
|
||||
|
||||
const resolveUrl = (url) =>
|
||||
`http://${config.server.host || 'localhost'}:${config.server.port}${url.replace(/^\/?/, '/')}`;
|
||||
`http://${config.server.host || '127.0.0.1'}:${config.server.port}${url.replace(/^\/?/, '/')}`;
|
||||
|
||||
// A map of files that have been edited.
|
||||
let fileEdits = new Map();
|
||||
|
|
Loading…
Reference in a new issue