Skip to content

Commit

Permalink
fix workshop service plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkplug0025 committed Oct 18, 2024
1 parent 2a2c4da commit a1b3da3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions services/user/Workshop/query/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ homepage.workspace = true
edition = "2021"
publish = false

[package.metadata.psibase]
plugin = "workshop-plugin"

[dependencies]
psibase = { path = "../../../../rust/psibase" }
serde = "1.0"
Expand Down
1 change: 1 addition & 0 deletions services/user/Workshop/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ publish = false

[package.metadata.psibase]
server = "r-workshop"
plugin = "workshop-plugin"
data = [{src = "../ui/dist", dst = "/"}]

[package.metadata.psibase.dependencies]
Expand Down

0 comments on commit a1b3da3

Please sign in to comment.