We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a08d5 commit 854cb2fCopy full SHA for 854cb2f
lib/cube/server.js
@@ -34,7 +34,7 @@ module.exports = function(options) {
34
var server = {},
35
primary = http.createServer(),
36
secondary = websprocket.createServer(),
37
- file = new static.Server("static"),
+ file = new static.Server(__dirname + "/static"),
38
meta,
39
endpoints = {ws: [], http: []},
40
id = 0;
0 commit comments