[0.76] Fix server.end() usage following Metro bump (#47023)

This commit is contained in:
Alex Hunt
2024-10-15 11:39:02 +01:00
committed by GitHub
parent 788dd2e681
commit 02b879b1e2
@@ -140,7 +140,7 @@ async function buildBundleWithConfig(
args.assetCatalogDest,
);
} finally {
server.end();
await server.end();
}
}