This commit is contained in:
JOLIMAITRE Matthieu 2024-10-15 17:06:51 +02:00
commit a40d71d8d4
9 changed files with 344 additions and 0 deletions

7
build.sh Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/bash
set -e
cd "$(dirname "$(realpath "$0")")"
mkdir -p target
deno compile --allow-all --output target/regar regar.ts