From 774af459e0008eaae962103bf1fc259b29ad64c5 Mon Sep 17 00:00:00 2001 From: q13x <84165981+WorldEditAxe@users.noreply.github.com> Date: Tue, 6 Jun 2023 23:01:44 -0800 Subject: [PATCH] Create replit_launch.sh --- replit_launch.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 replit_launch.sh diff --git a/replit_launch.sh b/replit_launch.sh new file mode 100644 index 0000000..a6d0b76 --- /dev/null +++ b/replit_launch.sh @@ -0,0 +1,5 @@ +npm install typescript +npm install +npx tsc +cd build +node launcher