Skip to content
Snippets Groups Projects
Unverified Commit d7f8fd6d authored by rinsuki's avatar rinsuki Committed by GitHub
Browse files

fix: some type errors around fastify plugins (#9391)

parent 462b917e
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,19 @@ packageExtensions:
koa-views@*:
dependencies:
pug: "*"
# these are needed to extend fastify types
"@fastify/accepts@*":
peerDependencies:
fastify: "*"
"@fastify/cookie@*":
peerDependencies:
fastify: "*"
"@fastify/static@*":
peerDependencies:
fastify: "*"
"@fastify/view@*":
peerDependencies:
fastify: "*"
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment