/ support / ebsSupport / dev.sh
dev.sh
 1  #!/bin/bash
 2  
 3  BASE_DIR=/home/william/projects/ask/support/ebsSupport
 4  
 5  export NODE_ENV=development
 6  
 7  gnome-terminal --tab --working-directory="$BASE_DIR" -- bun build ./client/support.mjs --outdir public/scripts --watch
 8  gnome-terminal --tab --working-directory="$BASE_DIR" -- bun --watch .
 9  
10  hx $BASE_DIR