Browse Source

Removed test lines from index.js

pull/3/head
Muthu Kumar 7 years ago
parent
commit
6058823faf
  1. 6
      index.js

6
index.js

@ -14,12 +14,6 @@ var createProxyServer = require('./actions/createProxyServer');
var createStaticServer = require('./actions/createStaticServer');
var killServer = require('./actions/killServer');
var jsonFile;
//appendToList("example.com", "80");
//appendToList("example2.com", "80", "4000");
//appendToList("example2.com", "80", "4444");
console.log(jsonFile);
// Check for requirements such as OS version and nginx install. Throw and exit if requirements not found. #Roadmap: Add ability to satisfy any possible requirements.
requirements(); // Comment in development and uncomment this line in production. This should check whether the OS is compatible with this version of `up`

Loading…
Cancel
Save