super-productivity/.air/worktree.json
johannesjo 1b4d0c1710 18.4.2
2026-05-01 23:07:19 +02:00

14 lines
243 B
JSON

{
"environment": [
{
"type": "env",
"key": "EXAMPLE_KEY",
"value": "example_value"
}
],
"setup": {
"macos": [
"echo \\\"Setup ran successfully with $EXAMPLE_KEY!\\\" > /tmp/setup-test.txt"
]
}
}