How to run Nitro task in Nuxt using cli?
How could I run Nitro taks using cli?
I'm following docs and using command:
pnpm exec nitro task list
But I get this error:
Missing info file: .nitro/nitro.json (is dev server running?)
Dev server is running... But I guess in Nuxt project different path for nitro.json should be used?1 Reply