You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plan is to set up a single server to handle http requests for both blobs (e.g. media) and icons (part of project configs).
The implementation will roughly look similar to this:
this.#fastifyServer =newFastify({...})// Register the blob routesthis.#fastifyServer.register(BlobServerPlugin,{prefix: '/blob/',// whatever other opts...)// Register the icon routesthis.#fastifyServer.register(IconServerPlugin,{prefix: '/icon/',// whatever other opts...)
Tasks
Create fastify server in MapeoManager and register the blob and icon plugins
Description
The plan is to set up a single server to handle http requests for both blobs (e.g. media) and icons (part of project configs).
The implementation will roughly look similar to this:
Tasks
MapeoManager
and register the blob and icon pluginsMapeoProject
MapeoManager
as a PluginMapeoManager
as a Plugin (Feat: Icon HTTP Server #315 )The text was updated successfully, but these errors were encountered: