mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore(api): migrate to fastify v5 (#57576)
This commit is contained in:
committed by
GitHub
parent
690d05c7b9
commit
89402caa9d
@@ -15,8 +15,6 @@ COPY --chown=node:node curriculum/ curriculum/
|
||||
# TODO: AFAIK it's just the intro translations. Those should be folded into the
|
||||
# curriculum and then we can remove this.
|
||||
COPY --chown=node:node client/ client/
|
||||
# TODO: Remove once `@fastify/oauth2` is fixed
|
||||
COPY --chown=node:node patches/ patches/
|
||||
|
||||
RUN pnpm config set dedupe-peer-dependents false
|
||||
# While we want to ignore scripts generally, we do need to generate the prisma
|
||||
@@ -43,8 +41,6 @@ COPY --chown=node:node pnpm*.yaml .
|
||||
COPY --chown=node:node package.json .
|
||||
COPY --chown=node:node api/ api/
|
||||
COPY --chown=node:node shared/ shared/
|
||||
# TODO: Remove once `@fastify/oauth2` is fixed
|
||||
COPY --chown=node:node patches/ patches/
|
||||
RUN npm i -g pnpm@10
|
||||
|
||||
# Weirdly this config does not seem necessary for the new api (the same number
|
||||
|
||||
Reference in New Issue
Block a user