diff --git a/src/mdx/get-started/FileStructure.mdx b/src/mdx/get-started/FileStructure.mdx index 8aa2df05a..a6e5c5a90 100644 --- a/src/mdx/get-started/FileStructure.mdx +++ b/src/mdx/get-started/FileStructure.mdx @@ -7,8 +7,8 @@ This is the basic file structure of the project. In the `src/db` directory, we h ├ 📂 drizzle ├ 📂 src │ ├ 📂 db + │ │ ├ 📜 index.ts │ │ └ 📜 schema.ts - │ └ 📜 index.ts ├ 📜 .env ├ 📜 drizzle.config.ts ├ 📜 package.json