I just discovered your fork and needed the .hygen.cjs support but when executing hypergen ... inside my project it fails with the error from the title.
TypeError: Cannot read properties of undefined (reading 'reduce')
TypeError: Cannot read properties of undefined (reading 'reduce')
at /home/pascal/.nvm/versions/node/v20.11.1/lib/node_modules/hypergen/dist/params.js:74:52
at Generator.next (<anonymous>)
at fulfilled (/home/pascal/.nvm/versions/node/v20.11.1/lib/node_modules/hypergen/dist/params.js:5:58)
I just discovered your fork and needed the
.hygen.cjssupport but when executinghypergen ...inside my project it fails with the error from the title.