This commit is contained in:
JOLIMAITRE Matthieu 2024-05-26 20:37:49 +02:00
commit 204f089549
6 changed files with 223 additions and 0 deletions

6
build.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
set -e
cd "$(dirname "$(realpath "$0")")"
mkdir -p bin
deno compile -o bin/setcores src/setcores.ts