app.js 160 B
// This is a simple wrapper to run the app with 'node app.js'
Application = require('./application.js');
application = new Application();
application.start();
// This is a simple wrapper to run the app with 'node app.js'
Application = require('./application.js');
application = new Application();
application.start();
gitlab project and software management by fairkom.eu - more open source web apps at fairapps.net