Skip to content

Commit

Permalink
Add missing require
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Nov 30, 2020
1 parent 4a674c4 commit 776ecb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const fs = require('fs');
const http = require('http');

const WebSocket = require('ws');
const serveStatic = require('serve-static');
const _ = require('lodash');
const {bold} = require('chalk');

Expand Down

0 comments on commit 776ecb7

Please sign in to comment.