mirror of
https://github.com/sst/opencode.git
synced 2025-07-07 16:14:59 +00:00
19 lines
350 B
JSON
19 lines
350 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"experimental": {
|
|
"hook": {
|
|
"file_edited": {
|
|
".json": [
|
|
{
|
|
"command": ["bun", "run", "prettier", "$FILE"]
|
|
}
|
|
]
|
|
},
|
|
"session_completed": [
|
|
{
|
|
"command": ["touch", "./node_modules/foo"]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|