mirror of
https://github.com/thedotmack/claude-mem
synced 2026-04-25 17:15:04 +02:00
- Updated shebangs in user-message-hook.js, worker-cli.js, and worker-service.cjs to use Bun instead of Node. - Modified build-hooks.js to generate Bun-compatible shebangs in built scripts. - Enhanced sync-marketplace.cjs to trigger a worker restart after syncing files via an HTTP request. - Improved worker-cli.ts to exit with appropriate status codes after executing commands. - Added build-worker-binary.js to create a Windows executable for the worker service using Bun's compile feature.
11 lines
154 B
JSON
11 lines
154 B
JSON
{
|
|
"env": {},
|
|
"permissions": {
|
|
"deny": [
|
|
"Read(./package-lock.json)",
|
|
"Read(./node_modules/**)",
|
|
"Read(./.DS_Store)"
|
|
]
|
|
}
|
|
}
|