Add packaging & split code.

This commit is contained in:
JOLIMAITRE Matthieu 2025-05-28 18:42:43 +02:00
parent 8346df8a57
commit 34123a7e5a
10 changed files with 445 additions and 93 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/kub-tcp-service src/kub-tcp-service.ts