Page command는 기존 module을 위한 app page를 생성합니다. 현재 공개 page command는 선택한 module의 CRUD page, 즉 list, detail, create, edit surface를 만듭니다.
이 명령은 app과 module을 연결하므로 domain module이 이미 존재한 뒤에 사용합니다.
create-crud-page
Create CRUD page routes for an existing module inside a selected application.
The generator creates list, detail, create, and edit surfaces, with `--basePath` for section routing and `--single` for a single-page CRUD flow.