mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 05:43:09 +02:00
fix: some type errors around fastify plugins (#9391)
This commit is contained in:
parent
462b917e46
commit
d7f8fd6d1a
1 changed files with 13 additions and 0 deletions
13
.yarnrc.yml
13
.yarnrc.yml
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue