Skip to content

Commit

Permalink
chore(index): add plugin metadata (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored May 7, 2023
1 parent 8051e02 commit 4e04c63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/fastify-vite/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ function fastifyVite (scope, options, done) {
done()
}

module.exports = fp(fastifyVite)
module.exports = fp(fastifyVite, {
name: '@fastify/vite'
})
module.exports.ensureESMBuild = ensureESMBuild
module.exports.createHtmlTemplateFunction = createHtmlTemplateFunction
module.exports.ensureConfigFile = ensureConfigFile
Expand Down

0 comments on commit 4e04c63

Please sign in to comment.