You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: `config` option
to set custom `nativescript.config` file name (relative, absolute, with or without .ts or .js)
read `ignoredNativeDependencies` from `nativescript.config``nativescript.config`
* chore: cleanup
* fix: edge cases/refactor config lookup code
add more tests
* fix: use env variables to explicitly set config
* fix: correctly look up config files
* chore: remove console.log
* test: fix missing injection
Co-authored-by: Igor Randjelovic <[email protected]>
Copy file name to clipboardExpand all lines: docs/man_pages/start.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,5 +75,6 @@ Option | Description
75
75
-------|---------
76
76
--help, -h, /? | Prints help about the selected command in the console.
77
77
--path `<Directory>` | Specifies the directory that contains the project. If not set, the project is searched for in the current directory and all directories above it.
78
+
--config | Specifies the name of the Nativescript configuration file to load (relative to the project directory). The default is `nativescript.config.ts` or `nativescript.config.js` (as a fallback).
78
79
--version | Prints the client version.
79
80
--log trace | Prints a detailed diagnostic log for the execution of the current command.
0 commit comments