You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/building-with-codegen/dot-codegen.mdx
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ icon: "folder"
5
5
iconType: "solid"
6
6
---
7
7
8
-
The `.codegen` directory contains your project's Codegen configuration, codemods, and supporting files. It's automatically created when you run `codegen init`.
8
+
The `.codegen` directory contains your project's Codegen configuration, codemods, and supporting files. It's automatically created when you run `gs init`.
9
9
10
10
## Directory Structure
11
11
@@ -20,10 +20,10 @@ The `.codegen` directory contains your project's Codegen configuration, codemods
20
20
21
21
## Initialization
22
22
23
-
The directory is created and managed using the `codegen init` command:
23
+
The directory is created and managed using the `gs init` command:
0 commit comments