'use strict'; const runtime_plugins_index = require('./runtime/plugins/index.cjs'); const runtime_setup = require('./runtime/setup.cjs'); require('nitropack/dist/runtime/plugin'); require('./runtime/handlers/index.cjs'); require('@feathersjs/express'); require('h3'); require('@feathersjs/errors'); require('./runtime/routers/index.cjs'); require('express'); require('engine.io'); exports.createFeathersExpressAdapterNitroPlugin = runtime_plugins_index.createFeathersExpressAdapterNitroPlugin; exports.createFeathersKoaAdapterNitroPlugin = runtime_plugins_index.createFeathersKoaAdapterNitroPlugin; exports.createFeathersSocketIoAdapterNitroPlugin = runtime_plugins_index.createFeathersSocketIoAdapterNitroPlugin; exports.setup = runtime_setup.setup;