chore: remove unused library (#39270)

This commit is contained in:
Oliver Eyton-Williams
2020-07-27 14:40:22 +02:00
committed by GitHub
parent 5337932fd8
commit bf9837c1da
3 changed files with 504 additions and 386 deletions

View File

@ -5,7 +5,6 @@ const _ = require('lodash');
const Rx = require('rx');
const loopback = require('loopback');
const boot = require('loopback-boot');
const expressState = require('express-state');
const createDebugger = require('debug');
const Sentry = require('@sentry/node');
@ -30,7 +29,6 @@ if (sentry.dns === 'dsn_from_sentry_dashboard') {
Rx.config.longStackSupport = process.env.NODE_DEBUG !== 'production';
const app = loopback();
expressState.extend(app);
app.set('state namespace', '__fcc__');
app.set('port', process.env.PORT || 3000);
app.set('views', path.join(__dirname, 'views'));