Type Alias: HostDirectoryOpts
HostDirectoryOpts =
object
Properties​
exclude?​
optional
exclude:string
[]
Exclude artifacts that match the given pattern (e.g., ["node_modules/", ".git*"]).
include?​
optional
include:string
[]
Include only artifacts that match the given pattern (e.g., ["app/", "package.*"]).
noCache?​
optional
noCache:boolean
If true, the directory will always be reloaded from the host.