0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-04-07 23:41:43 -05:00

fix: correctly handle prerender pages in split mode (#7509)

This commit is contained in:
Emanuele Stoppa 2023-06-28 13:06:16 +01:00 committed by GitHub
parent cd8cdb8f3e
commit dc7967fa54

View file

@ -29,7 +29,7 @@ describe('Prerendering', () => {
adapter: nodejs({ mode: 'standalone' }),
});
await fixture.build();
const { startServer } = await await load();
const { startServer } = await load();
let res = startServer();
server = res.server;
});