Seperate folders for rust and javascript #13190
-
Hello, I would like to know if it would be possible to have (for example) the So the
I tried to add (when trying to run the
Thank you very much in advance for any help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This works but you probably have to start the tauri cli in the parent directory (the one that contains the ui and backend folders) or have change the cwd in your dev script. |
Beta Was this translation helpful? Give feedback.
This works but you probably have to start the tauri cli in the parent directory (the one that contains the ui and backend folders) or have change the cwd in your dev script.
-c
specifies a merge config, not the path to the main config (so it's not like cargo's --manifest-path for example)