gammanexus/start-dev.sh

4 lines
96 B
Bash

#!/bin/bash
cd /home/chuck/projects/gammadesk
NODE_ENV=development npx tsx server/index.ts "$@"