UNPKG
@promster/fastify
Version:
latest (15.5.1)
15.5.1
15.5.0
15.4.7
15.4.6
15.4.5
15.4.4
15.4.3
15.4.2
15.4.1
15.4.0
15.3.1
15.3.0
15.2.0
15.1.0
15.0.1
15.0.0
14.0.0
13.0.0
12.1.0
12.0.0
9.0.1
9.0.0
8.0.0
7.0.7
7.0.6
7.0.5
7.0.4
7.0.3
7.0.2
7.0.1
7.0.0
6.0.0
5.1.3
5.1.2
5.1.1
5.1.0
5.0.3
5.0.2
5.0.1
5.0.0
4.0.0
3.1.13
3.1.12
3.1.11
3.1.10
3.1.9
3.1.8
3.1.7
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0
2.4.2
2.4.1
2.4.0
2.3.1
2.3.0
2.2.0
2.1.0
2.0.0
1.0.0
Fastify server integrations of promster
github.com/tdeekens/promster
tdeekens/promster
@promster/fastify
/
dist
/
promster-fastify.cjs.js
8 lines
(6 loc)
•
194 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
if
(process.
env
.
NODE_ENV
===
"production"
) {
module
.
exports
=
require
(
"./promster-fastify.cjs.prod.js"
); }
else
{
module
.
exports
=
require
(
"./promster-fastify.cjs.dev.js"
); }