UNPKG
@kohanajs/platform-web-fastify
Version:
latest (2.2.2)
2.2.2
2.2.1
2.2.0
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.1.0
1.0.0
The Web Platform support using fastify
gitlab.com/kohana-js/proposals/level0/platform-web
@kohanajs/platform-web-fastify
/
index.js
5 lines
(4 loc)
•
161 B
JavaScript
View Raw
1
2
3
4
5
module
.exports = {
ServerAdapterFastify
:
require
(
'./classes/serverAdapter/Fastify'
),
RouterAdapterFastify
:
require
(
'./classes/routeAdapter/Fastify'
), };