fix cursor initialization

This commit is contained in:
Joe Danziger
2025-05-09 12:03:16 -04:00
parent 57c04c43a9
commit e3723cce3c

View File

@@ -55,7 +55,16 @@ const conversionConfig = {
to: (match) => match
},
{ from: /https:\/\/docs\.cursor\.com\//g, to: 'https://docs.cursor.com/' }
]
],
// Required for transformer compatibility
toolNames: {},
toolContexts: [],
toolGroups: [],
fileReferences: {
pathPattern: /$^/, // matches nothing
replacement: ''
}
};
export { conversionConfig, fileMap, globalReplacements, brandName, rulesDir };