Closed dciccale closed 9 years ago
ok, got it working. this is what i did
gulp.task('serve-dist', function () {
var options = {env: process.env};
options.env.NODE_ENV = 'production';
g.liveServer(['./dist/server/app.js'], options, false).start();
});
hi, on version
0.0.7
i was able to set some environment variable before starting the server and it would work, but not now.how can i handle this with the new version?