We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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');