start debug test on heroku automatically!

This commit is contained in:
Mark Nadal 2018-02-28 12:44:05 -08:00
parent 36016cdf57
commit fe47db5cab

View File

@ -1,6 +1,7 @@
;(function(){
if('debug' !== process.env.GUN_ENV){ return }
console.log("start :)");
setInterval(function(){
var mem = process.memoryUsage();
var used = mem.heapUsed / 1024 / 1024;