Add run.sh script

This commit is contained in:
MatMoul 2025-07-06 20:12:03 +02:00
parent bb8bdbe38b
commit 09bcac6fdf
2 changed files with 30 additions and 20 deletions

10
run.sh Normal file
View File

@ -0,0 +1,10 @@
#!/bin/bash
cd $(dirname "${0}")
if [ ! -f build/index.js ]; then
npm i
npm run build
fi
node build/index.js