evershopcommerce / evershop

🛍️ NodeJS E-commerce Platform
https://evershop.io/
GNU General Public License v3.0
4.49k stars 1.24k forks source link

No configurations found in configuration directory(it exists) #619

Closed Shreyansh99 closed 2 months ago

Shreyansh99 commented 2 months ago

Describe the bug after adding config directory, getting a warning that says No configurations found in configuration directory To Reproduce Steps to reproduce the behavior: after setting up evershop and created database when we run npm run build command it showing a warning that No configurations found in configuration directory but it is there.

Expected behavior If configuration directory exists no warning should be there. If configuration directory does not exists it should show warning there only.

Screenshots Screenshot (6) Screenshot (7)

Background (please complete the following information):

mpenfold1987 commented 2 months ago

have you got the config files setup as these are manual not auto added?

image

saviour123 commented 2 months ago

@mpenfold1987 do you wnat to share your config. I can't seem to get them right.

Shreyansh99 commented 2 months ago

i have added to config file by myself those are being added manually

treoden commented 2 months ago

Hi @Shreyansh99 ,

The config folder will be empty after a fresh installation (default configuration will be applied). You can create your own configuration file when you want to change the default setting. Thanks