mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
fix: use --add-dir flag for granting Claude read access to uploads
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { join } from 'path'
|
||||
import { tmpdir } from 'os'
|
||||
|
||||
export const HAPI_BLOBS_DIR_NAME = 'hapi-blobs'
|
||||
|
||||
export function getHapiBlobsDir(): string {
|
||||
return join(tmpdir(), HAPI_BLOBS_DIR_NAME)
|
||||
}
|
||||
Reference in New Issue
Block a user