Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"db:migrate": "drizzle-kit migrate",
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio",
"discover-plugins": "node scripts/discover-plugins.js"
"discover-plugins": "node scripts/discover-plugins.mjs"
},
"dependencies": {
"@ai-sdk/provider": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Plugins Index (Auto-Generated)
*
* This file is automatically generated by scripts/discover-plugins.js
* This file is automatically generated by scripts/discover-plugins.mjs
* DO NOT EDIT MANUALLY - your changes will be overwritten!
*
* To add a new integration:
Expand Down
4 changes: 2 additions & 2 deletions scripts/discover-plugins.js → scripts/discover-plugins.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* registered.
*
* Run this script:
* - Manually: node scripts/discover-plugins.js
* - Manually: node scripts/discover-plugins.mjs
* - Automatically: Before build (in package.json)
*/

Expand Down Expand Up @@ -56,7 +56,7 @@ function generateIndexFile(plugins) {
const content = `/**
* Plugins Index (Auto-Generated)
*
* This file is automatically generated by scripts/discover-plugins.js
* This file is automatically generated by scripts/discover-plugins.mjs
* DO NOT EDIT MANUALLY - your changes will be overwritten!
*
* To add a new integration:
Expand Down