mirror of
https://github.com/robcholz/vibebox.git
synced 2026-04-01 00:10:15 +02:00
11 lines
159 B
TOML
11 lines
159 B
TOML
[box]
|
|
cpu_count = 2
|
|
ram_mb = 2048
|
|
mounts = [
|
|
"~/.codex:~/.codex:read-write",
|
|
"~/.claude:~/.claude:read-write",
|
|
]
|
|
|
|
[supervisor]
|
|
auto_shutdown_ms = 2000
|