12 lines
383 B
JSON
12 lines
383 B
JSON
{
|
|||
|
|
"sessionStartHook": "echo '📁 TeleUploader — Telegram file uploader backend' && echo ' Bun project — use bun, not node/npm/yarn' && echo ' Tests: bun test --preload ./test/helpers/setup-env.ts <file>'",
|
||
|
|
"permissions": {
|
||
|
|
"allow": [
|
||
|
|
"Bun(bun test *)",
|
||
|
|
"Bun(bunx *)",
|
||
|
|
"Bun(bun run *)",
|
||
|
|
"Bun(bun build *)",
|
||
|
|
"Bun(bun install)"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|