We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da9bdd4 commit 2197ca4Copy full SHA for 2197ca4
src/app.ts
@@ -24,7 +24,7 @@ export default async function serviceApp (
24
// those should be registered first as your application plugins might depend on them
25
await fastify.register(fastifyAutoload, {
26
dir: path.join(import.meta.dirname, 'plugins/external'),
27
- options: { ...opts }
+ options: {}
28
})
29
30
// This loads all your application plugins defined in plugins/app
0 commit comments