I cannot get ng add @scullyio/init to generate the needed config.ts file. I recreated the issue on the following fresh project. Nothing is created after choosing Puppetter.
The package @scullyio/[email protected] will be installed and executed. Would you like to proceed? Yes ✔ Packages successfully installed. ? Which route renderer would you like to use? Puppeteer
brian@DESKTOP-9CFSHDE MINGW64 ~/scullydemo (master)
first, you need to generate home module in your angular app to create entry-point for Scully,
ng generate module home --route home --module appThen, add the Scullyng add @scullyio/init