mirror of
https://github.com/status-im/metro.git
synced 2025-01-10 11:06:06 +00:00
Expose the projectRoots option
Summary: This was already implemented -- just documenting it in the CLI. Closes https://github.com/facebook/react-native/pull/3246 Reviewed By: svcscm Differential Revision: D2560211 Pulled By: martinbigio fb-gh-sync-id: c4e4d974db28d6251636ff38bfcb0afdf5148de7
This commit is contained in:
parent
8b7342325a
commit
d4d1608ee6
@ -41,6 +41,10 @@ var options = parseCommandLine([{
|
||||
command: 'root',
|
||||
type: 'string',
|
||||
description: 'add another root(s) to be used by the packager in this project',
|
||||
}, {
|
||||
command: 'projectRoots',
|
||||
type: 'string',
|
||||
description: 'override the root(s) to be used by the packager',
|
||||
}, {
|
||||
command: 'assetRoots',
|
||||
type: 'string',
|
||||
|
Loading…
x
Reference in New Issue
Block a user