Closed mike-luabase closed 1 year ago
Thanks for publishing this, excellent real world example.
It might help others to know you need to run all of the yarn commands a couple times for this to fully start up. I was getting the error:
yarn
error: proc macro panicked --> urllb/src/main.rs:40:30 | 40 | static STATIC_DIR: Dir<'_> = include_dir!("$CARGO_MANIFEST_DIR/../web/dist"); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: message: "/Users/mritchie712/blackbird/hurlurl/urllb/../web/dist" is not a directory
When trying to start the backend, but it went away after rerunning each command.
Thanks for testing this out! I clarified the instructions in the readme
Thanks for publishing this, excellent real world example.
It might help others to know you need to run all of the
yarn
commands a couple times for this to fully start up. I was getting the error:When trying to start the backend, but it went away after rerunning each command.