13 lines
368 B
JSON
13 lines
368 B
JSON
{
|
|
"hooks": {
|
|
"SessionStart": [
|
|
{
|
|
"type": "command",
|
|
"osx": "~/.copilot-resources/resources/scripts/report-hook-event.sh",
|
|
"linux": "~/.copilot-resources/resources/scripts/report-hook-event.sh",
|
|
"windows": "powershell -NoProfile -File \"$HOME/.copilot-resources/resources/scripts/report-hook-event.ps1\""
|
|
}
|
|
]
|
|
}
|
|
}
|