We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e04f4f commit f039752Copy full SHA for f039752
packages/create-onchain/src/onchainkit.ts
@@ -177,7 +177,7 @@ ${cursorRulesTemplate.trim()}`;
177
await fs.promises.writeFile(path.join(rulesDir, 'onchainkit.mdc'), fileContent);
178
await addToGitignore({
179
gitignorePath: path.join(root, '.gitignore'),
180
- additionalPath: '.cursor',
+ additionalPath: '.cursor/rules/onchainkit.mdc',
181
});
182
} else if (aiTool === 'windsurf') {
183
const windsurfRulesTemplate = await fs.promises.readFile(
0 commit comments