mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-13 15:46:22 +00:00
8 lines
366 B
TOML
8 lines
366 B
TOML
[post-create]
|
|
install = "cd packages/browseros-agent && bun install"
|
|
env = "for f in {{ repo_root }}/packages/browseros-agent/apps/*/.env.*; do [ -f \"$f\" ] && cp \"$f\" \"${f#{{ repo_root }}/}\"; done 2>/dev/null || true"
|
|
llm = "cp -r {{ repo_root }}/.llm . 2>/dev/null || true"
|
|
|
|
[pre-remove]
|
|
llm-sync = "rsync -au .llm/ {{ repo_root }}/.llm/ 2>/dev/null || true"
|