mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-19 14:19:10 +08:00
feat: add Debug to FireCrawl
This commit is contained in:
parent
d8f67d5045
commit
d86de4f5a6
@ -36,7 +36,7 @@ pub enum FirecrawlError {
|
|||||||
CrawlJobFailed(String),
|
CrawlJobFailed(String),
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Clone)]
|
#[derive(Clone, Debug)]
|
||||||
pub struct FirecrawlApp {
|
pub struct FirecrawlApp {
|
||||||
api_key: String,
|
api_key: String,
|
||||||
api_url: String,
|
api_url: String,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user