mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
11 lines
157 B
JSON
11 lines
157 B
JSON
{
|
|
"version": 1,
|
|
"hooks": {
|
|
"stop": [
|
|
{
|
|
"command": "bun run ${CURSOR_PLUGIN_ROOT}/hooks/continual-learning-stop.ts"
|
|
}
|
|
]
|
|
}
|
|
}
|