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
Also, allow support for configurations similar to how ubuntu's apache configs work.
so a file like
/resources/example/default/example.routes.js
will be overriden by something like
/resources/example/live/example.routes.js
which allows us to create standard user resources, blog post resources etc, and enable users to override certain information without modifying existing files.
I would like this so that we could encourage new developers to follow certain standard methods of authentication and other techniques, encourage them to change and expand upon the resources, yet not punish them by making updates challenging.
Add support for multiple files.
End goal is to reduce the amount of files that need to be updated when changing configuration options.
eg. a routes file, a models file, etc.
The text was updated successfully, but these errors were encountered: