From c5abb6a029f1f94a5fccfb94675c4c8f9ed28261 Mon Sep 17 00:00:00 2001 From: apburgess <3983065+apburgess@users.noreply.github.com> Date: Thu, 11 Jul 2024 05:24:37 +0100 Subject: [PATCH] docs: Add documentation for 'projectName' setting (#143) --- content/configuration/nativescript.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/configuration/nativescript.md b/content/configuration/nativescript.md index d57ce446..4a474045 100644 --- a/content/configuration/nativescript.md +++ b/content/configuration/nativescript.md @@ -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