We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2abc0db commit 6465098Copy full SHA for 6465098
dashboard-plugin/README.md
@@ -121,10 +121,10 @@ module.exports = withPlugins(
121
),
122
withMedusa({
123
name: "home",
124
+
125
publishVersion: require("./package.json").version,
126
filename: "dashboard.json",
127
dashboardURL: `https://api.medusa.codes/update?token=${process.env.DASHBOARD_WRITE_TOKEN}`,
- versionChangeWebhook: "http://cnn.com/",
128
metadata: {
129
clientUrl: "https://localhost:3000",
130
baseUrl: process.env.VERCEL_URL
0 commit comments