chore: update util scripts

This commit is contained in:
ramvignesh-b
2026-04-15 02:56:09 +05:30
parent 5594ac50d0
commit a1735e4011
2 changed files with 2 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
(podman compose up -d) &
(cd backend && uv run manage.py runserver) &
(cd frontend && bun run dev)