Are you able to scaffold a fresh refine
Are you able to scaffold a fresh refine app with nextjs app for? Or do you have to use the example one? Cheers
5 Replies
Hi @kraloz. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
absent-sapphire•12mo ago
you can create it with the refine's cli
Sorry @kraloz, I seem to be having a bit of trouble. Don't worry though, I've pinged my supprt and they will try to fix me up! :technologist:
Perhaps try again in 15mins?
absent-sapphire•12mo ago
CLI | refine
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).
metropolitan-bronze•12mo ago
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?