index.js 81 B

1234
  1. "use strict";
  2. require("./ondemand").start();
  3. console.log("Ondemand running...");