You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the project local README it says Create a src/config/local.json file and customize it for your local setup, you can use src/config/local.example.json suggesting to use local.example.json from the src/config directory if the user doesn't want to create the local.json, but on the config/index.js file never verifies if local.json exists.
On the project local README it says
Create a src/config/local.json file and customize it for your local setup, you can use src/config/local.example.json
suggesting to uselocal.example.json
from the src/config directory if the user doesn't want to create thelocal.json
, but on theconfig/index.js
file never verifies if local.json exists.Here is the snapshot of the
config/index.js
fileA better solution will be to use by default the
local.example.json
This is the output of the console after running the project without having created the
local.json
fileThe text was updated successfully, but these errors were encountered: