We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f4fa5a commit d975cf8Copy full SHA for d975cf8
website/src/pages/index.mdx
@@ -1205,7 +1205,7 @@ apps/
1205
│ │ │ └─ index.tsx
1206
│ │ ├─ ...
1207
│ │ └─ index.tsx
1208
-│ ├─ eslintrc.js
+│ ├─ eslint.config.mjs
1209
│ ├─ package.json
1210
│ └─ tsconfig.json
1211
├─ warehouse/
@@ -1240,6 +1240,9 @@ product-manager/
1240
│ │ ├─ middleware/
1241
│ │ ├─ types/
1242
│ │ └─ ...
1243
+│ ├─ dao/
1244
+│ │ ├─ user/
1245
+│ │ └─ ...
1246
│ ├─ modules/
1247
│ │ ├── admin/
1248
│ │ │ ├── account/
@@ -1263,7 +1266,7 @@ product-manager/
1263
1266
1264
1267
│ └─ ...
1265
1268
├─ ...
-├─ eslintrc.js
1269
+├─ eslint.config.mjs
1270
├─ package.json
1271
└─ tsconfig.json
1272
```
0 commit comments