Small changes and fix zooming
This commit is contained in:
parent
c69bb0d614
commit
329685a4ee
16 changed files with 823 additions and 202 deletions
|
|
@ -57,8 +57,6 @@ pub struct AppState {
|
|||
pub public_url: String,
|
||||
/// True when --dist is not provided (no static serving, relaxed auth checks)
|
||||
pub is_dev: bool,
|
||||
/// Contents of index.html read at startup, used for crawler OG injection (None when --dist omitted)
|
||||
pub index_html: Option<String>,
|
||||
/// Shared HTTP client for proxying to the screenshot service and PocketBase
|
||||
pub http_client: reqwest::Client,
|
||||
/// PocketBase server URL for authentication (e.g. http://localhost:8090)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue