Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/anthonyshort/deku
/ subapp
Function
subapp
docs/examples/server.js:27–34 ·
view source on GitHub ↗
(example)
Source
from the content-addressed store, hash-verified
25
});
26
27
function
subapp(example) {
28
return
serve(path.resolve(__dirname, example))
29
.title(example)
30
.use(babel({ jsxPragma:
'element'
}))
31
.entry(
'index.js'
)
32
.entry(
'index.css'
)
33
.server();
34
}
Callers
1
server.js
File · 0.85
Calls
1
use
Method · 0.80
Tested by
no test coverage detected