procs: database: shell: "docker compose up db" backend: shell: "watchexec -w src -r cargo run" cwd: "./" tailwindcss: shell: "pnpx @tailwindcss/cli -i tailwind.css -o assets/css/main.css --watch" cwd: "./"