pub fn setup_output_target(source: &Path) -> Result<Option<SetupOutputTarget>>Expand description
Decide whether simple setup should materialize a configured local bundle.
- For remote
https://.../*.gtbundle, write./<file-name>.gtbundleas a local bundle directory, matching the normalgtc start ./demo.gtbundleworkspace flow. - For local archive paths, update that same archive in place.
- For local bundle directories, keep working in the directory and do not emit a new artifact automatically.