diff --git a/src/lib/templates.ts b/src/lib/templates.ts index 61c335f..8c90922 100644 --- a/src/lib/templates.ts +++ b/src/lib/templates.ts @@ -15,7 +15,7 @@ interface TemplateVars { APP_NAME: string } -const SHARED_FILES = ['.gitignore', '.npmrc', 'package.json', 'tsconfig.json'] +const SHARED_FILES = ['CLAUDE.md', '.gitignore', '.npmrc', 'package.json', 'tsconfig.json'] const TEMPLATES_DIR = join(import.meta.dir, '../../templates') function readDir(dir: string): string[] {