Create replit_launch.sh

This commit is contained in:
q13x 2023-06-06 23:01:44 -08:00 committed by GitHub
parent 268db06d5f
commit 774af459e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
replit_launch.sh Normal file
View File

@ -0,0 +1,5 @@
npm install typescript
npm install
npx tsc
cd build
node launcher