onflow / freshmint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make Next.js app template optional

psiemens opened this issue · comments

Not all projects need the pre-build Next.js app.

One idea is to exclude the web app from fresh start and have a fresh generate next|vue|etc command.

On second thought, I think it may be more powerful to generate a web template by default, but add an option to disable it.

Something like: fresh start my-project --no-web

Deprioritizing this for now.