|
|
@ -2,13 +2,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
'use strict';
|
|
|
|
'use strict';
|
|
|
|
|
|
|
|
|
|
|
|
const errorReporter = require("./src/error-reporting");
|
|
|
|
const config = require("./config.json");
|
|
|
|
|
|
|
|
|
|
|
|
const path = require("path");
|
|
|
|
const path = require("path");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const errorReporter = require("./src/error-reporting")(path.join(__dirname, config.errors.directory));
|
|
|
|
|
|
|
|
|
|
|
|
const express = require("express");
|
|
|
|
const express = require("express");
|
|
|
|
const expressWs = require("express-ws");
|
|
|
|
const expressWs = require("express-ws");
|
|
|
|
|
|
|
|
|
|
|
|
const config = require("./config.json");
|
|
|
|
|
|
|
|
const clientStore = require("./src/client-store")();
|
|
|
|
const clientStore = require("./src/client-store")();
|
|
|
|
|
|
|
|
|
|
|
|
const scraper = require("./src/scraper")({
|
|
|
|
const scraper = require("./src/scraper")({
|
|
|
|