Mawla / Agency-Starter-Framework

GNU Affero General Public License v3.0
51 stars 19 forks source link

const engineConfig = require("./engine.config"); - missing #2

Open chantalvannuland opened 1 month ago

chantalvannuland commented 1 month ago

Why is this file not included in the project?? or where is it?

const engineConfig = require("./engine.config");

Aratramba commented 1 month ago

it's generated automatically when running yarn start

https://github.com/Mawla/Agency-Starter-Framework/blob/523bb98b20cc317c81ac61131ef32a65c2c40f5d/package.json#L11

https://github.com/Mawla/Agency-Starter-Framework/blob/523bb98b20cc317c81ac61131ef32a65c2c40f5d/package.json#L19

https://github.com/Mawla/Agency-Starter-Framework/blob/523bb98b20cc317c81ac61131ef32a65c2c40f5d/cli/config/build.ts#L169