UNPKG
tff-tailor
Version:
latest (1.6.12)
1.6.12
1.6.11
1.6.10
1.6.9
tailor for toursforfun frontend
github.com/icaife/tailor
icaife/tailor
tff-tailor
/
server
/
index.js
9 lines
(8 loc)
•
134 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
/** *
@description
server index *
@author
Leon.Cai */
const
Serve
=
require
(
"./server"
);
module
.
exports
=
Serve
;