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
/
constant
/
env.js
12 lines
(11 loc)
•
173 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** *
@description
constant env *
@author
Leon.Cai */
module
.
exports
= { test:
"test"
, prod:
"prod"
, dev:
"dev"
, dll:
"dll"
, analysis:
"analysis"
, };