launchPackager.bat 275 B

123456789101112
  1. :: Copyright (c) Facebook, Inc. and its affiliates.
  2. ::
  3. :: This source code is licensed under the MIT license found in the
  4. :: LICENSE file in the root directory of this source tree.
  5. @echo off
  6. title Metro
  7. call .packager.bat
  8. cd ../../../
  9. node "%~dp0..\cli.js" start
  10. pause
  11. exit