vaultmd / VaultIoConfig
Type Alias: VaultIoConfig
VaultIoConfig =
object
Defined in: src/vault-io/models/vault-io-config.ts:4
Configuration passed to createVaultIo.
Properties
caseSensitive?
optionalcaseSensitive?:boolean
Defined in: src/vault-io/models/vault-io-config.ts:14
Override the filesystem case-sensitivity probe. true to treat paths as case-sensitive, false to case-fold. When omitted the IO layer probes the volume automatically.
ignore?
optionalignore?:string[]
Defined in: src/vault-io/models/vault-io-config.ts:19
Glob patterns for paths to exclude from enumeration and reconciliation. Matched against vault-relative paths (e.g. ['drafts/**', '*.tmp.md']).
prefixes
prefixes:
VaultPrefixes
Defined in: src/vault-io/models/vault-io-config.ts:8
Read and write allowlist prefixes that scope the IO surface.
root
root:
string
Defined in: src/vault-io/models/vault-io-config.ts:6
Absolute (or process-relative) path to the vault root directory.