mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-05 23:41:49 +00:00
refactor: migrate user data to usr/ + update frontend paths
This commit is contained in:
parent
4121c04b54
commit
10bc874f05
19 changed files with 170 additions and 45 deletions
|
|
@ -56,7 +56,7 @@ class State:
|
|||
disable_security=True,
|
||||
chromium_sandbox=False,
|
||||
accept_downloads=True,
|
||||
downloads_path=files.get_abs_path("tmp/downloads"),
|
||||
downloads_path=files.get_abs_path("usr/downloads"),
|
||||
allowed_domains=["*", "http://*", "https://*"],
|
||||
executable_path=pw_binary,
|
||||
keep_alive=True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue