Skip to content

Commit

Permalink
Merge pull request #10 from NGnius/main
Browse files Browse the repository at this point in the history
Add fs mount for backend build step to allow for building frontend an…
  • Loading branch information
SkyLeite authored Nov 20, 2023
2 parents 82f5379 + 6da37cd commit 83ed57b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cli/plugin/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ impl Builder {
self.tmp_build_root.join("bin").to_str().unwrap().into(),
"/backend/out".into(),
),
(
self.plugin_root.canonicalize()?.to_str().unwrap().into(),
"/plugin".into(),
),
],
self.build_as_root.clone(),
self.build_with_dev.clone(),
Expand Down

0 comments on commit 83ed57b

Please sign in to comment.