Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 627 Bytes

faastjs.includeoption.cwd.md

File metadata and controls

18 lines (13 loc) · 627 Bytes
id title hide_title
faastjs.includeoption.cwd
IncludeOption.cwd property
true

faastjs > IncludeOption > cwd

IncludeOption.cwd property

The working directory if path is relative. Defaults to process.cwd(). For example, if cwd is "foo" and path is "bar", then the contents of the directory foo/bar/ will be added to the remote function under the path bar/.

Signature:

cwd?: string;