to_inventory/dev.sh

3 lines
73 B
Bash
Executable File

#!/bin/bash
cd front && npm run dev &
cd back && poetry run task server &