Skip to content

Commit

Permalink
Add stagingFolderPath option to the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Sep 16, 2022
1 parent e544ac3 commit f521066
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ These are the options available in the `bsconfig.json` file.

- **rootDir**: `string` - The root directory of your roku project. Defaults to current directory

- **stagingFolderPath**: `string` - the folder where the transpiled files are placed. Defaults to `./out/.roku-deploy-staging`

- **files**: ` (string | string[] | { src: string | string[]; dest?: string })[]` - The list file globs used to find all files for the project. If using the {src;dest;} format, you can specify a different destination directory for the matched files in src.

- **outFile**: `string` - The path (including filename) where the output file should be placed (defaults to `"./out/[WORKSPACE_FOLDER_NAME].zip"`).
Expand Down

0 comments on commit f521066

Please sign in to comment.