8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1372d15 commit 1e5e52cCopy full SHA for 1e5e52c
packages/core/config/config.interface.ts
@@ -196,6 +196,12 @@ export interface NativeScriptConfig {
196
shared?: boolean;
197
previewAppSchema?: string;
198
overridePods?: string;
199
+ /**
200
+ * Custom platform project name.
201
+ * By default, the platforms/{platform}/{name} is based on the basename of the project directory.
202
+ * You can override that to use a name of your choice by setting this.
203
+ */
204
+ projectName?: string;
205
/**
206
* Custom webpack config path
207
* The default is `webpack.config.js` in the root however you can use a custom name and place elsewhere.
0 commit comments