Files
web/rundevdealer.sh
2026-03-02 09:45:33 +07:00

5 lines
89 B
Bash

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