We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 909c7b4 commit 6be4c83Copy full SHA for 6be4c83
framework-modules/index.js
@@ -1,7 +1,5 @@
1
var framework = require('total.js');
2
var http = require('http');
3
-
4
-var port = 8004;
5
var debug = true;
6
7
-framework.run(http, debug, port);
+framework.run(http, debug);
0 commit comments