feat(api): add react-query client generation and redesign api responses
This commit is contained in:
parent
28aa8d3a82
commit
535dbddbc6
12 changed files with 2026 additions and 119 deletions
|
@ -16,6 +16,8 @@ RUN corepack enable
|
|||
COPY --from=deps /app/node_modules ./node_modules
|
||||
COPY . .
|
||||
RUN yarn prisma:generate
|
||||
RUN yarn swagger:generate
|
||||
RUN yarn orval:generate
|
||||
RUN yarn build
|
||||
|
||||
# ----- Runner -----
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue