creamy-airport-31349
03/21/2023, 2:22 PMcargo run. However, when I run cargo shuttle run for development, it doesn't look like it detects the changes. Is there something I missed in the docs related to this? Is this the way you're supposed to do development with shuttle?
When I just do cargo run, I get errors related to missing --port, --storage-manager-type and --storage-manager-path. When I put in values for these (for example, cargo run -- --port 8000 --storage-manager-type working-dir --storage-manager-path .) then it doesn't look like anything is returned when I go to http://127.0.0.1:8000/hello.
I am using the examples github repo (found here: https://github.com/shuttle-hq/examples) and am trying out the rocket/hello-world example. Any help would be appreciated!alert-air-2447
03/21/2023, 3:04 PMgentle-ice-1561
03/21/2023, 3:59 PMcargo watch -x 'shuttle run' without ignoring any files.creamy-airport-31349
03/22/2023, 1:57 PMalert-air-2447
03/22/2023, 2:02 PM