Skip to content

Commit d60fe49

Browse files
Fix incorrect file references in CLAUDE.md file (#43)
1 parent 02812ee commit d60fe49

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CLAUDE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ This is a command-line application that does not run on a network port.
1515
- **Format**: `pnpm run format`
1616
- **Lint**: `pnpm run lint`
1717
- **Type Check**: `pnpm run check`
18-
- **Run CLI**: `node ./dist/index.mjs` or `./dist/index.mjs` (after building)
19-
- **Development Mode**: `pnpm tsx --watch index.ts`
20-
- **Quick CLI Command**: `pnpm tsx src/index.tsx application <command>`
18+
- **Run CLI**: `node ./dist/cli.js` or `./dist/cli.js` (after building)
19+
- **Development Mode**: `pnpm tsx --watch src/index.ts`
20+
- **Quick CLI Command**: `pnpm tsx src/index.ts application <command>`
2121

2222
## Architecture
2323

@@ -30,7 +30,7 @@ GoDaddy CLI is a terminal-based application built using:
3030

3131
### Core Architecture Components:
3232

33-
1. **Entry Point** (`src/index.tsx`): Defines the CLI command structure using Commander.js and renders commands with Ink
33+
1. **Entry Point** (`src/index.ts`): Defines the CLI command structure using Commander.js and renders commands with Ink
3434

3535
2. **Command Structure**:
3636
- Root commands (application, webhook, auth, env)

0 commit comments

Comments
 (0)