@solidxai/solidctl 0.1.42-beta.3 → 0.1.42-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -231,7 +231,7 @@ my-solid-app/
231
231
  │ │ ├── app.module.ts # Root module importing SolidCoreModule
232
232
  │ │ ├── main.ts # Application entry point
233
233
  │ │ └── {your-modules}/ # Generated modules live here
234
- ├── module-metadata/ # Metadata JSON files driving code generation
234
+ │ └── metadata/ # Metadata JSON files driving code generation
235
235
  │ └── package.json
236
236
 
237
237
  └── solid-ui/ # React frontend