File size: 129 Bytes
275b9f3
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

# Install dependencies
npm install

# Compile TypeScript code
npx tsc

# Run the main script
node build/src/main.js