mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
15 lines
No EOL
241 B
TOML
15 lines
No EOL
241 B
TOML
version = 1
|
|
graph = "implement-and-simplify.dot"
|
|
|
|
[sandbox]
|
|
provider = "local"
|
|
# provider = "daytona"
|
|
|
|
# [sandbox.env]
|
|
# CARGO_INCREMENTAL = "0"
|
|
|
|
# [sandbox.daytona.snapshot]
|
|
# name = "daytona-large"
|
|
|
|
[sandbox.local]
|
|
worktree_mode = "always" |