kenken999's picture
test
275b9f3
raw
history blame
129 Bytes
#!/bin/bash
# Install dependencies
npm install
# Compile TypeScript code
npx tsc
# Run the main script
node build/src/main.js