This commit is contained in:
Pascal Temel 2018-12-11 21:34:16 +01:00
parent ea575898f3
commit cb320e4354
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
const path = require('path');
const config = require('../config.js');
const fs = require('fs');
const gm = require('gm');
const sharp = require('sharp');
const ffmpeg = require('fluent-ffmpeg');
const db = require('knex')(config.database);