There was an error while loading. Please reload this page.
Synapps can be configured by calling the function app.set()
this exemple set the name of the application to 'myApp'.
var synapps = require('@synapps/core'); var app = synapps(); app.set('name', 'myApp');