FilesystemConfig
Auto-generated API reference for FilesystemConfig.
Interface: FilesystemConfig
Defined in: filesystem.ts:5
#Properties
#basePath
basePath:
string
Defined in: filesystem.ts:6
#denySymlinks?
optionaldenySymlinks?:boolean
Defined in: filesystem.ts:13
When true, refuse to operate on symlinks at all (read, write, list). Default true β symlinks inside basePath can target outside the jail and would otherwise leak access. Set false only if you trust the contents of basePath.