refine CLI is a command line application that allows you to interact with your refine project and perform some tasks. This includes creating a new resource, managing updates, swizzle components, and runs your project (build, start, dev).
Every time I use the cli it creates a pages router nextjs app, only the example app router project is setup for app directory, is there a cli option I need to add for app router?