faast.js

faast.js

  • Docs
  • API
  • Community
  • GitHub
  • Blog

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;
  • IncludeOption.cwd property
faast.js
Docs
IntroductionAPI ReferenceContributingExamples
Community
DiscordTwitterStack Overflowfaast.js
More
BlogUser Showcase
Copyright © 2025 Andy Chou