Bundle all files to single JavaScript file, add development mode

This commit is contained in:
Marko Korhonen 2023-11-24 16:44:32 +02:00
parent 820a49efd8
commit 3239a7c611
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
9 changed files with 194 additions and 48 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh
DIR="$(dirname "$(readlink -f "$0")")"
node "$DIR/../dist/wtc.js" "$@"
node "$DIR/../dist/wtc.mjs" "$@"