File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 "db:migrate" : " drizzle-kit migrate" ,
1616 "db:push" : " drizzle-kit push" ,
1717 "db:studio" : " drizzle-kit studio" ,
18- "discover-plugins" : " node scripts/discover-plugins.js "
18+ "discover-plugins" : " node scripts/discover-plugins.mjs "
1919 },
2020 "dependencies" : {
2121 "@ai-sdk/provider" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 11/**
22 * Plugins Index (Auto-Generated)
33 *
4- * This file is automatically generated by scripts/discover-plugins.js
4+ * This file is automatically generated by scripts/discover-plugins.mjs
55 * DO NOT EDIT MANUALLY - your changes will be overwritten!
66 *
77 * To add a new integration:
Original file line number Diff line number Diff line change 88 * registered.
99 *
1010 * Run this script:
11- * - Manually: node scripts/discover-plugins.js
11+ * - Manually: node scripts/discover-plugins.mjs
1212 * - Automatically: Before build (in package.json)
1313 */
1414
@@ -56,7 +56,7 @@ function generateIndexFile(plugins) {
5656 const content = `/**
5757 * Plugins Index (Auto-Generated)
5858 *
59- * This file is automatically generated by scripts/discover-plugins.js
59+ * This file is automatically generated by scripts/discover-plugins.mjs
6060 * DO NOT EDIT MANUALLY - your changes will be overwritten!
6161 *
6262 * To add a new integration:
You can’t perform that action at this time.
0 commit comments