feat: hoppscotch agent and agent interceptor (#4396)
Co-authored-by: CuriousCorrelation <CuriousCorrelation@gmail.com> Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
This commit is contained in:
5
packages/hoppscotch-agent/src-tauri/build.rs
Normal file
5
packages/hoppscotch-agent/src-tauri/build.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
fn main() {
|
||||
tauri_build::build();
|
||||
println!("cargo::rerun-if-env-changed=UPDATER_PUB_KEY");
|
||||
println!("cargo::rerun-if-env-changed=UPDATER_URL");
|
||||
}
|
||||
Reference in New Issue
Block a user