Skip to content

Commit

Permalink
docs: Add documentation for 'projectName' setting (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
apburgess committed Jul 11, 2024
1 parent cbd07c6 commit c5abb6a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/configuration/nativescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,14 @@ webpackConfigPath: string = 'custom-webpack.config.js'

Specifies the [webpack config](./webpack) location. The default is `webpack.config.js` in the root.

### projectName (8.8+)

```ts
projectName: string = 'projectName'
```

Specifies the name of the project. The default is the basename of the project directory.

### profiling

```ts
Expand Down

0 comments on commit c5abb6a

Please sign in to comment.