com.stephenschafer.budget.ui/start
2025-07-13 10:50:17 -06:00

4 lines
No EOL
142 B
Bash
Executable file

#!/bin/sh
npm run build > build.log 2> build.err.log
serve -s --no-port-switching -l 3000 build > start.log 2> start.err.log &
echo "$!" > pid