Skip to content

Commit 83e3ebc

Browse files
authored
Merge pull request #2163 from appwrite/fix-minor-things
2 parents bb7b2fd + ed89d24 commit 83e3ebc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/routes/blog/post/announcing-type-generation-feature/+page.markdoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,17 @@ appwrite pull collections
3232
To generate types, you can use the Appwrite CLI command:
3333
```bash
3434
appwrite types [options] <output-directory>
35+
```
36+
37+
To automatically detect the language used in your project, you can skip the `[options]` parameter.
3538

39+
```bash
40+
appwrite types <output-directory>
3641
```
3742

3843
![Workflow](/images/blog/type-generation-feature/workflow.png)
3944

40-
# Better experience:
45+
# Better experience
4146

4247
- **Time savings**: Eliminate hours of manual work and dedicate your time to building impactful features.
4348
- **Reduced errors**: Keep your types consistently aligned with your database schema, drastically reducing outdated and mismatched types.
125 KB
Loading

0 commit comments

Comments
 (0)