Skip to content

Commit 48b5040

Browse files
committed
devdeps, nuke insecure
1 parent 835018c commit 48b5040

File tree

4 files changed

+1862
-1110
lines changed

4 files changed

+1862
-1110
lines changed

docs/app.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/server.js

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
let express = require('express');
2-
let path = require('path');
3-
let open = require('open');
4-
1+
const express = require('express');
2+
const path = require('path');
53
const app = express();
64

75
app.set('port', 8000);
@@ -17,6 +15,5 @@ app.listen(app.get('port'), function (err) {
1715
console.log(err);
1816
} else {
1917
console.log(`react-codemirror2 demo listening on port ${app.get('port')}`);
20-
open(`http://localhost:${app.get('port')}`);
2118
}
22-
});
19+
});

0 commit comments

Comments
 (0)