UNPKG
tom-framework
Version:
latest (0.1.1)
0.1.1
0.1.0
tom-framework for Node.js
github.com/tomgjm/tom-framework
tom-framework
/
configs
/
static.js
10 lines
•
180 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module.exports
=
{
path:
'public'
,
options:
{
maxage:
0
,
hidden:
false
,
index:
"index.html"
,
gzip:
true
,
br:
true
, } }
;