cheekylist/dev.sh
2025-07-24 12:30:09 +02:00

8 lines
No EOL
90 B
Bash
Executable file

#!/bin/bash
# Run the server
air &
# Run the frontend
sleep 2
cd frontend && npm run dev