Changing The Module Layout
// Module Conventions
conventions = {
handlersLocation = "handlers",
viewsLocation = "views",
layoutsLocation = "layouts",
modelsLocation = "models"
};Last updated
Was this helpful?
// Module Conventions
conventions = {
handlersLocation = "handlers",
viewsLocation = "views",
layoutsLocation = "layouts",
modelsLocation = "models"
};Last updated
Was this helpful?
Was this helpful?