Skip to content

Commit 6465098

Browse files
Medusa delegate (#452)
* feat: medusa delegate module * feat: medusa delegate module * feat: medusa delegate module
1 parent 2abc0db commit 6465098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ module.exports = withPlugins(
121121
),
122122
withMedusa({
123123
name: "home",
124+
124125
publishVersion: require("./package.json").version,
125126
filename: "dashboard.json",
126127
dashboardURL: `https://api.medusa.codes/update?token=${process.env.DASHBOARD_WRITE_TOKEN}`,
127-
versionChangeWebhook: "http://cnn.com/",
128128
metadata: {
129129
clientUrl: "https://localhost:3000",
130130
baseUrl: process.env.VERCEL_URL

0 commit comments

Comments
 (0)