mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-07 17:27:56 +08:00
9 lines
130 B
JavaScript
9 lines
130 B
JavaScript
|
|
/**
|
|
* Copyright 2004-present Facebook. All Rights Reserved.
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
module.exports = require('./local-cli/cli.js');
|