com.stephenschafer.budget.ui/start

4 lines
142 B
Text
Raw Permalink Normal View History

2025-07-13 10:50:17 -06:00
#!/bin/sh
npm run build > build.log 2> build.err.log
2026-01-17 09:59:06 -07:00
serve -s --no-port-switching -l 3001 build > start.log 2> start.err.log &
2025-07-13 10:50:17 -06:00
echo "$!" > pid