Add rudimentary command line parsing to express app

This commit is contained in:
2026-01-01 14:34:16 -06:00
parent db81129724
commit c330da49fc
3 changed files with 54 additions and 2 deletions

View File

@@ -6,4 +6,4 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd "$DIR"
exec ../cmd node dist/index.js
exec ../cmd node dist/index.js "$@"