UNPKG
scriptbox
Version:
latest (0.0.3-patch5)
0.0.3
0.0.3-patch5
0.0.3-patch4
0.0.3-patch3
0.0.3-patch2
0.0.3-patch1
0.0.2-b
0.0.1-b
0.0.1-a
Script box is a full VAS application
github.com/badlee/scriptbox
badlee/scriptbox
scriptbox
/
routes
/
1_static.js
5 lines
(3 loc)
•
129 B
JavaScript
View Raw
1
2
3
4
5
module.exports =
function
(
server
)
{ server.
use
(
require
(
'express'
).
static
(
require
(
'path'
).
resolve
(__dirname,
'..'
,
'public'
))); }