const manifest = await createAssetsManifest(); await Promise.all([ compileBrowser(manifest), compileServer(manifest) ]);