refactor: simplify parse ingredients code
This commit is contained in:
@@ -16,6 +16,7 @@ export async function fetchHtmlWithPlaywright(
|
||||
streamResponse: ReturnType<typeof createStreamResponse>,
|
||||
): Promise<string> {
|
||||
streamResponse.enqueue("booting up playwright");
|
||||
|
||||
// Launch the Playwright browser
|
||||
const browser = await firefox.launch();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user