mirror of
https://github.com/github/codeql-action.git
synced 2026-04-29 10:28:52 +00:00
commit node_modules and generated files
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
var ecstatic = require('ecstatic')(__dirname);
|
||||
var http = require('http');
|
||||
http.createServer(ecstatic).listen(8000);
|
||||
|
||||
console.log('listening on :8000');
|
||||
console.log('# remember to run browserify entry.js -o bundle.js');
|
||||
Reference in New Issue
Block a user