Skip to content

Commit 776ecb7

Browse files
committed
Add missing require
1 parent 4a674c4 commit 776ecb7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/viewer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ const fs = require('fs');
33
const http = require('http');
44

55
const WebSocket = require('ws');
6+
const serveStatic = require('serve-static');
67
const _ = require('lodash');
78
const {bold} = require('chalk');
89

0 commit comments

Comments
 (0)