Package your Node.js project into an executable
'use strict';
module.exports = {
pkg: {
assets: [
'public/**/*'
]
}
};