add build scripts and update deps

This commit is contained in:
JOLIMAITRE Matthieu 2024-04-30 17:20:31 +02:00
parent 67cb11793b
commit 68005c43d8
3 changed files with 26 additions and 0 deletions

7
build.sh Executable file
View file

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