Files
hrm/rundev.sh
2026-04-06 15:53:14 +07:00

5 lines
83 B
Bash

#!/bin/bash
python3 envdev.py
kill -9 $(lsof -i:3000 -t) 2> /dev/null
npm run dev