Bundle application with rollup

This commit is contained in:
Marko Korhonen 2023-11-22 21:32:31 +02:00
parent 312ac4e819
commit df334bc297
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
4 changed files with 529 additions and 3 deletions

View file

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