I have a basic portfolio I'm building in Angular. I've successfully added Scully to the node_modules directory by running ng add @scullyio/init@2.0.0
.
I'm using Scully for the first time, but everything I'm reading on it says a config.ts file is automatically generated. I'm not seeing it anywhere in my project directory.
When I try to create a blog by running $ ng generate @scullyio/init:blog
, an unhandled exception happens: No scully configuration file found scully.undefined.config.ts Path "/scully.undefined.config.ts" does not exist.
Any ideas why the file isn't being created? I even tried manually configuring but still get the same unhandled exception. Thanks for the considertation!