mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
chore: update util scripts
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
(podman compose up -d) &
|
||||
(cd backend && uv run manage.py runserver) &
|
||||
(cd frontend && bun run dev)
|
||||
Reference in New Issue
Block a user