evershopcommerce / evershop

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

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

Closed Shreyansh99 closed 1 month 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 1 month ago

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

image

saviour123 commented 1 month ago

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

Shreyansh99 commented 1 month ago

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

treoden commented 1 month 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