This commit is contained in:
lubiana 2025-07-24 12:30:09 +02:00
parent 0f9fbc9375
commit c0f49a8f50
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk

8
dev.sh Executable file
View file

@ -0,0 +1,8 @@
#!/bin/bash
# Run the server
air &
# Run the frontend
sleep 2
cd frontend && npm run dev