mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Add https options to RN CLI server
Reviewed By: davidaurelio Differential Revision: D5223852 fbshipit-source-id: 91025751ddf1f4ec4adcc768b69b936ee1a68edf
This commit is contained in:
committed by
Facebook Github Bot
parent
50b11aa09b
commit
2c32acb755
@@ -121,5 +121,14 @@ module.exports = {
|
||||
}, {
|
||||
command: '--verbose',
|
||||
description: 'Enables logging',
|
||||
}, {
|
||||
command: '--https',
|
||||
description: 'Enables https connections to the server',
|
||||
}, {
|
||||
command: '--key [path]',
|
||||
description: 'Path to custom SSL key',
|
||||
}, {
|
||||
command: '--cert [path]',
|
||||
description: 'Path to custom SSL cert',
|
||||
}],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user