1:: Copyright (c) Meta Platforms, Inc. and 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
6@echo off
7title Metro
8call .packager.bat
9cd ../../../
10node "%~dp0..\cli.js" start
11pause
12exit
13