Skip to content

Commit

Permalink
export other maps fastify plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 committed Jan 31, 2024
1 parent 2d75a01 commit d6f96b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export { plugin as MapeoStaticMapsFastifyPlugin } from './fastify-plugins/maps/static-maps.js'
export { plugin as MapeoOfflineFallbackMapFastifyPlugin } from './fastify-plugins/maps/offline-fallback-map.js'
export { plugin as MapeoMapsFastifyPlugin } from './fastify-plugins/maps/index.js'
export { FastifyController } from './fastify-controller.js'
export { MapeoManager } from './mapeo-manager.js'

0 comments on commit d6f96b6

Please sign in to comment.