Skip to content

Latest commit

 

History

History
81 lines (40 loc) · 1.1 KB

faastjs.includeoption.md

File metadata and controls

81 lines (40 loc) · 1.1 KB
id title hide_title
faastjs.includeoption
IncludeOption interface
true

faastjs > IncludeOption

IncludeOption interface

Options for the CommonOptions.include option.

Signature:

export interface IncludeOption 

Properties

Property

Modifiers

Type

Description

cwd?

string

(Optional) 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/.

path

string

The path to the directory or glob to add to the cloud function.