fine
This commit is contained in:
parent
6df2812a4e
commit
9e4e65fa2a
35 changed files with 1172 additions and 70 deletions
|
|
@ -685,6 +685,14 @@ async fn main() -> anyhow::Result<()> {
|
|||
&cli.google_oauth_client_secret,
|
||||
)
|
||||
.await?;
|
||||
pocketbase::ensure_password_reset_template(
|
||||
&http_client,
|
||||
&cli.pocketbase_url,
|
||||
&cli.pocketbase_admin_email,
|
||||
&cli.pocketbase_admin_password,
|
||||
&cli.public_url,
|
||||
)
|
||||
.await?;
|
||||
info!("Gemini configured (model: {})", cli.gemini_model);
|
||||
let tt_path = &cli.travel_times;
|
||||
if !tt_path.exists() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue