Skip to content

Commit

Permalink
remove unnecessary static serve
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoffer Åström committed Oct 30, 2017
1 parent dac19f4 commit 013b4ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cdp/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ const cdp = {
if (argv.coverage) {
app.use(instrument(relativeFiles, nyc));
}
app.use(serve(process.cwd()));
app.use(...argv.http.root.map(root => serve(path.resolve(process.cwd(), root))));
app.listen(argv.http.port);
}
Expand Down

0 comments on commit 013b4ee

Please sign in to comment.