7781557
1
2
3
4
5
6
7
#!/bin/bash cd ./backend uvicorn app.main:app --host 0.0.0.0 --port 8000 & cd ../frontend npm run dev & tail -f /dev/null