Skip to content

Commit

Permalink
Make agent relative
Browse files Browse the repository at this point in the history
  • Loading branch information
Oshawk committed May 20, 2024
1 parent f2bb2e7 commit 55b0164
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/agent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,8 @@ impl Worker for Agent {
fn name_of_resource() -> &'static str {
"agent.js"
}

fn resource_path_is_relative() -> bool {
true
}
}

0 comments on commit 55b0164

Please sign in to comment.