@invect/webhooks 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/backend/index.mjs
CHANGED
|
@@ -3475,7 +3475,7 @@ function webhooksPlugin(options) {
|
|
|
3475
3475
|
state = null;
|
|
3476
3476
|
}
|
|
3477
3477
|
},
|
|
3478
|
-
setupInstructions: "Run `npx invect generate` to generate the webhook_triggers table schema, then `npx invect migrate` to apply it."
|
|
3478
|
+
setupInstructions: "Run `npx invect-cli generate` to generate the webhook_triggers table schema, then `npx invect-cli migrate` to apply it."
|
|
3479
3479
|
};
|
|
3480
3480
|
}
|
|
3481
3481
|
//#endregion
|