Skip to content

Commit 8bdfaae

Browse files
chore: avoid formatting file that gets changed during releases
1 parent c753924 commit 8bdfaae

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ CHANGELOG.md
22
/ecosystem-tests/*/**
33
/node_modules
44
/deno
5+
/packages/mcp-server/manifest.json
56
/packages/mcp-server/cloudflare-worker/worker-configuration.d.ts
67

78
# don't format tsc output, will break source maps

packages/mcp-server/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"IMAGEKIT_WEBHOOK_SECRET": {
4545
"title": "webhook_secret",
46-
"description": "Your ImageKit webhook secret for verifying webhook signatures (starts with `whsec_`).\nYou can find this in the [ImageKit dashboard](https://imagekit.io/dashboard/developer/webhooks).\nOnly required if you're using webhooks.\n",
46+
"description": "Your ImageKit webhook secret for verifying webhook signatures (starts with `whsec_`).\nYou can find this in the [ImageKit dashboard](https://imagekit.io/dashboard/developer/webhooks).\nOnly required if you\'re using webhooks.\n",
4747
"required": false,
4848
"type": "string"
4949
}

0 commit comments

Comments
 (0)